#0C3968

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

Shades of Prussian Blue #0C3968

Tints of Prussian Blue #0C3968

Color information

#0C3968 (or 0x0C3968) is unknown color: approx Prussian Blue. HEX triplet: 0C, 39 and 68. RGB value is (12,57,104). Sum of RGB (Red+Green+Blue) = 12+57+104=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C3968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3968 is #F3C697. Grayscale: #303030. Windows color (decimal): -15976088 or 6830348. OLE color: 6830348.

HSL color Cylindrical-coordinate representation of color #0C3968: hue angle of 210.65º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3968 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1257104-
CMYK0.880.4500.59
HSL210.65º79.31%22.75%-
HSV(B)210.65º88.46%40.78%-
XYZ4.11413.65-
YUV48.9159.09101.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=6.94%
G=32.95%
B=60.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12571040.880.4500.59210.6579.3122.75
HexC3968582D03Bd34f17
Octal14711501305507332311727
Binary110011100111010001011000101101011101111010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,57,104); }

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

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

 a { background-color: rgb(12,57,104); }

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

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

 span { border-color: rgb(12,57,104); }

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