#0C3E6C

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

Shades of Prussian Blue #0C3E6C

Tints of Prussian Blue #0C3E6C

Color information

#0C3E6C (or 0x0C3E6C) is unknown color: approx Prussian Blue. HEX triplet: 0C, 3E and 6C. RGB value is (12,62,108). Sum of RGB (Red+Green+Blue) = 12+62+108=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C3E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3E6C is #F3C193. Grayscale: #343434. Windows color (decimal): -15974804 or 7093772. OLE color: 7093772.

HSL color Cylindrical-coordinate representation of color #0C3E6C: hue angle of 208.75º 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 #0C3E6C is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1262108-
CMYK0.890.4300.58
HSL208.75º80%23.53%-
HSV(B)208.75º88.89%42.35%-
XYZ4.584.6114.83-
YUV52.29159.4499.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.59%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=6.59%
G=34.07%
B=59.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12621080.890.4300.58208.758023.53
HexC3E6C592B03Ad15018
Octal14761541315307232112030
Binary110011111011011001011001101011011101011010001101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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