#0930D2

Color #0930D2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0930D2

Tints of Persian Blue #0930D2

Color information

#0930D2 (or 0x0930D2) is unknown color: approx Persian Blue. HEX triplet: 09, 30 and D2. RGB value is (9,48,210). Sum of RGB (Red+Green+Blue) = 9+48+210=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 210 (82.42% from 255 or 78.65% from 267); Max value from RGB is 210 - color contains mainly: blue. Hex color #0930D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0930D2 is #F6CF2D. Grayscale: #363636. Windows color (decimal): -16174894 or 13774857. OLE color: 13774857.

HSL color Cylindrical-coordinate representation of color #0930D2: hue angle of 228.36º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0930D2 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB948210-
CMYK0.960.7700.18
HSL228.36º91.78%42.94%-
HSV(B)228.36º95.71%82.35%-
XYZ12.86.8361.62-
YUV54.81215.5895.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 210 (82.42% from 255) = 78.65%
R=3.37%
G=17.98%
B=78.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9482100.960.7700.18228.3691.7842.94
Hex930D2604D012e45c2b
Octal116032214011502234413453
Binary10011100001101001011000001001101010010111001001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0930D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0930D2; }

 p { color: rgb(9,48,210); }

 H1.HeaderClassName
 {
   color: #0930D2;
 }
 .AnyTagClassName
 {
   color: #0930D2;
 }
</style>
background-color css

<style>
 a { background-color: #0930D2; }

 a { background-color: rgb(9,48,210); }

 div.DivClassName
 {
   background-color: #0930D2;
 }
 .BgClassName
 {
   background-color: #0930D2;
 }
</style>
border-color css

<style>
 span { border-color: #0930D2; }

 span { border-color: rgb(9,48,210); }

 td.TdClassName
 {
   border-color: #0930D2;
 }
 .TagClassName
 {
   border-color: #0930D2;
 }
</style>