#0C426A

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

Shades of Prussian Blue #0C426A

Tints of Prussian Blue #0C426A

Color information

#0C426A (or 0x0C426A) is unknown color: approx Prussian Blue. HEX triplet: 0C, 42 and 6A. RGB value is (12,66,106). Sum of RGB (Red+Green+Blue) = 12+66+106=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C426A is #F3BD95. Grayscale: #363636. Windows color (decimal): -15973782 or 6963724. OLE color: 6963724.

HSL color Cylindrical-coordinate representation of color #0C426A: hue angle of 205.53º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C426A is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1266106-
CMYK0.890.3800.58
HSL205.53º79.66%23.14%-
HSV(B)205.53º88.68%41.57%-
XYZ4.75.0214.36-
YUV54.41157.1197.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.52%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 106 (41.80% from 255) = 57.61%
R=6.52%
G=35.87%
B=57.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12661060.890.3800.58205.5379.6623.14
HexC426A592603Ace5017
Octal141021521314607231612027
Binary1100100001011010101011001100110011101011001110101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,66,106); }

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

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

 a { background-color: rgb(12,66,106); }

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

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

 span { border-color: rgb(12,66,106); }

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