#0C336A

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

Shades of Prussian Blue #0C336A

Tints of Prussian Blue #0C336A

Color information

#0C336A (or 0x0C336A) is unknown color: approx Prussian Blue. HEX triplet: 0C, 33 and 6A. RGB value is (12,51,106). Sum of RGB (Red+Green+Blue) = 12+51+106=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 106 (41.80% from 255 or 62.72% from 169); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C336A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C336A is #F3CC95. Grayscale: #2D2D2D. Windows color (decimal): -15977622 or 6959884. OLE color: 6959884.

HSL color Cylindrical-coordinate representation of color #0C336A: hue angle of 215.11º 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 #0C336A is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1251106-
CMYK0.890.5200.58
HSL215.11º79.66%23.14%-
HSV(B)215.11º88.68%41.57%-
XYZ3.943.4914.1-
YUV45.61162.08104.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.10%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 106 (41.80% from 255) = 62.72%
R=7.10%
G=30.18%
B=62.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12511060.890.5200.58215.1179.6623.14
HexC336A593403Ad75017
Octal14631521316407232712027
Binary110011001111010101011001110100011101011010111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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