#0C3770

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

Shades of Prussian Blue #0C3770

Tints of Prussian Blue #0C3770

Color information

#0C3770 (or 0x0C3770) is unknown color: approx Prussian Blue. HEX triplet: 0C, 37 and 70. RGB value is (12,55,112). Sum of RGB (Red+Green+Blue) = 12+55+112=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C3770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3770 is #F3C88F. Grayscale: #303030. Windows color (decimal): -15976592 or 7354124. OLE color: 7354124.

HSL color Cylindrical-coordinate representation of color #0C3770: hue angle of 214.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3770 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1255112-
CMYK0.890.5100.56
HSL214.2º80.65%24.31%-
HSV(B)214.2º89.29%43.92%-
XYZ4.443.9815.86-
YUV48.64163.75101.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=6.70%
G=30.73%
B=62.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12551120.890.5100.56214.280.6524.31
HexC37705933038d65118
Octal14671601316307032612130
Binary110011011111100001011001110011011100011010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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