#0c2ac2

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

Shades of Persian Blue #0C2AC2

Tints of Persian Blue #0C2AC2

Color information

#0C2AC2 (or 0x0C2AC2) is unknown color: approx Persian Blue. HEX triplet: 0C, 2A and C2. RGB value is (12,42,194). Sum of RGB (Red+Green+Blue) = 12+42+194=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 194 (76.17% from 255 or 78.23% from 248); Max value from RGB is 194 - color contains mainly: blue. Hex color #0C2AC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2AC2 is #F3D53D. Grayscale: #313131. Windows color (decimal): -15979838 or 12724748. OLE color: 12724748.

HSL color Cylindrical-coordinate representation of color #0C2AC2: hue angle of 230.11º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2AC2 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1242194-
CMYK0.940.7800.24
HSL230.11º88.35%40.39%-
HSV(B)230.11º93.81%76.08%-
XYZ10.725.6351.56-
YUV50.36209.06100.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 194 (76.17% from 255) = 78.23%
R=4.84%
G=16.94%
B=78.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12421940.940.7800.24230.1188.3540.39
HexC2AC25E4E018e65828
Octal145230213611603034613050
Binary11001010101100001010111101001110011000111001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c2ac2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c2ac2; }

 p { color: rgb(12,42,194); }

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

<style>
 a { background-color: #0c2ac2; }

 a { background-color: rgb(12,42,194); }

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

<style>
 span { border-color: #0c2ac2; }

 span { border-color: rgb(12,42,194); }

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