#0c3353

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

Shades of Prussian Blue #0C3353

Tints of Prussian Blue #0C3353

Color information

#0C3353 (or 0x0C3353) is unknown color: approx Prussian Blue. HEX triplet: 0C, 33 and 53. RGB value is (12,51,83). Sum of RGB (Red+Green+Blue) = 12+51+83=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C3353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3353 is #F3CCAC. Grayscale: #2A2A2A. Windows color (decimal): -15977645 or 5452556. OLE color: 5452556.

HSL color Cylindrical-coordinate representation of color #0C3353: hue angle of 207.04º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3353 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB125183-
CMYK0.860.3900.67
HSL207.04º74.74%18.63%-
HSV(B)207.04º85.54%32.55%-
XYZ2.93.078.62-
YUV42.99150.58105.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.22%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=8.22%
G=34.93%
B=56.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1251830.860.3900.67207.0474.7418.63
HexC33535627043cf4b13
Octal146312312647010331711323
Binary1100110011101001110101101001110100001111001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,83); }

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

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

 a { background-color: rgb(12,51,83); }

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

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

 span { border-color: rgb(12,51,83); }

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