#0C3769

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

Shades of Prussian Blue #0C3769

Tints of Prussian Blue #0C3769

Color information

#0C3769 (or 0x0C3769) is unknown color: approx Prussian Blue. HEX triplet: 0C, 37 and 69. RGB value is (12,55,105). Sum of RGB (Red+Green+Blue) = 12+55+105=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C3769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3769 is #F3C896. Grayscale: #2F2F2F. Windows color (decimal): -15976599 or 6895372. OLE color: 6895372.

HSL color Cylindrical-coordinate representation of color #0C3769: hue angle of 212.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3769 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1255105-
CMYK0.890.4800.59
HSL212.26º79.49%22.94%-
HSV(B)212.26º88.57%41.18%-
XYZ4.073.8313.89-
YUV47.84160.25102.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.98%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=6.98%
G=31.98%
B=61.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12551050.890.4800.59212.2679.4922.94
HexC3769593003Bd44f17
Octal14671511316007332411727
Binary110011011111010011011001110000011101111010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,55,105); }

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

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

 a { background-color: rgb(12,55,105); }

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

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

 span { border-color: rgb(12,55,105); }

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