#0c3d6c

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

Shades of Prussian Blue #0C3D6C

Tints of Prussian Blue #0C3D6C

Color information

#0C3D6C (or 0x0C3D6C) is unknown color: approx Prussian Blue. HEX triplet: 0C, 3D and 6C. RGB value is (12,61,108). Sum of RGB (Red+Green+Blue) = 12+61+108=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C3D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3D6C is #F3C293. Grayscale: #333333. Windows color (decimal): -15975060 or 7093516. OLE color: 7093516.

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

Color convert

RGB1261108-
CMYK0.890.4400.58
HSL209.38º80%23.53%-
HSV(B)209.38º88.89%42.35%-
XYZ4.534.514.82-
YUV51.71159.7799.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=6.63%
G=33.70%
B=59.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12611080.890.4400.58209.388023.53
HexC3D6C592C03Ad15018
Octal14751541315407232112030
Binary110011110111011001011001101100011101011010001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3d6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,61,108); }

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

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

 a { background-color: rgb(12,61,108); }

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

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

 span { border-color: rgb(12,61,108); }

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