#0C3A65

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

Shades of Prussian Blue #0C3A65

Tints of Prussian Blue #0C3A65

Color information

#0C3A65 (or 0x0C3A65) is unknown color: approx Prussian Blue. HEX triplet: 0C, 3A and 65. RGB value is (12,58,101). Sum of RGB (Red+Green+Blue) = 12+58+101=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #0C3A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3A65 is #F3C59A. Grayscale: #303030. Windows color (decimal): -15975835 or 6633996. OLE color: 6633996.

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

Color convert

RGB1258101-
CMYK0.880.4300.60
HSL208.99º78.76%22.16%-
HSV(B)208.99º88.12%39.61%-
XYZ4.014.0412.88-
YUV49.15157.26101.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.02%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 101 (39.84% from 255) = 59.06%
R=7.02%
G=33.92%
B=59.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal12581010.880.4300.60208.9978.7622.16
HexC3A65582B03Cd14f16
Octal14721451305307432111726
Binary110011101011001011011000101011011110011010001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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