#0C335B

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

Shades of Prussian Blue #0C335B

Tints of Prussian Blue #0C335B

Color information

#0C335B (or 0x0C335B) is unknown color: approx Prussian Blue. HEX triplet: 0C, 33 and 5B. RGB value is (12,51,91). Sum of RGB (Red+Green+Blue) = 12+51+91=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C335B is #F3CCA4. Grayscale: #2B2B2B. Windows color (decimal): -15977637 or 5976844. OLE color: 5976844.

HSL color Cylindrical-coordinate representation of color #0C335B: hue angle of 210.38º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C335B is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB125191-
CMYK0.870.4400.64
HSL210.38º76.7%20.2%-
HSV(B)210.38º86.81%35.69%-
XYZ3.223.210.35-
YUV43.9154.58105.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.79%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=7.79%
G=33.12%
B=59.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1251910.870.4400.64210.3876.720.2
HexC335B572C040d24d14
Octal146313312754010032211524
Binary1100110011101101110101111011000100000011010010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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