#0C3E65

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

Shades of Prussian Blue #0C3E65

Tints of Prussian Blue #0C3E65

Color information

#0C3E65 (or 0x0C3E65) is unknown color: approx Prussian Blue. HEX triplet: 0C, 3E and 65. RGB value is (12,62,101). Sum of RGB (Red+Green+Blue) = 12+62+101=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C3E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3E65 is #F3C19A. Grayscale: #333333. Windows color (decimal): -15974811 or 6635020. OLE color: 6635020.

HSL color Cylindrical-coordinate representation of color #0C3E65: hue angle of 206.29º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3E65 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1262101-
CMYK0.880.3900.60
HSL206.29º78.76%22.16%-
HSV(B)206.29º88.12%39.61%-
XYZ4.224.4612.95-
YUV51.5155.9499.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=6.86%
G=35.43%
B=57.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal12621010.880.3900.60206.2978.7622.16
HexC3E65582703Cce4f16
Octal14761451304707431611726
Binary110011111011001011011000100111011110011001110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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