#0C336E

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

Shades of Prussian Blue #0C336E

Tints of Prussian Blue #0C336E

Color information

#0C336E (or 0x0C336E) is unknown color: approx Prussian Blue. HEX triplet: 0C, 33 and 6E. RGB value is (12,51,110). Sum of RGB (Red+Green+Blue) = 12+51+110=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C336E is #F3CC91. Grayscale: #2D2D2D. Windows color (decimal): -15977618 or 7222028. OLE color: 7222028.

HSL color Cylindrical-coordinate representation of color #0C336E: hue angle of 216.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C336E is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1251110-
CMYK0.890.5400.57
HSL216.12º80.33%23.92%-
HSV(B)216.12º89.09%43.14%-
XYZ4.153.5715.22-
YUV46.06164.08103.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 110 (43.36% from 255) = 63.58%
R=6.94%
G=29.48%
B=63.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12511100.890.5400.57216.1280.3323.92
HexC336E5936039d85018
Octal14631561316607133012030
Binary110011001111011101011001110110011100111011000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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