#0930C2

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

Shades of Persian Blue #0930C2

Tints of Persian Blue #0930C2

Color information

#0930C2 (or 0x0930C2) is unknown color: approx Persian Blue. HEX triplet: 09, 30 and C2. RGB value is (9,48,194). Sum of RGB (Red+Green+Blue) = 9+48+194=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 194 (76.17% from 255 or 77.29% from 251); Max value from RGB is 194 - color contains mainly: blue. Hex color #0930C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0930C2 is #F6CF3D. Grayscale: #343434. Windows color (decimal): -16174910 or 12726281. OLE color: 12726281.

HSL color Cylindrical-coordinate representation of color #0930C2: hue angle of 227.35º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0930C2 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB948194-
CMYK0.950.7500.24
HSL227.35º91.13%39.8%-
HSV(B)227.35º95.36%76.08%-
XYZ10.916.0751.64-
YUV52.98207.5896.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.59%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 194 (76.17% from 255) = 77.29%
R=3.59%
G=19.12%
B=77.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9481940.950.7500.24227.3591.1339.8
Hex930C25F4B018e35b28
Octal116030213711303034313350
Binary10011100001100001010111111001011011000111000111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0930C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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