#0C2B50

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

Shades of Prussian Blue #0C2B50

Tints of Prussian Blue #0C2B50

Color information

#0C2B50 (or 0x0C2B50) is unknown color: approx Prussian Blue. HEX triplet: 0C, 2B and 50. RGB value is (12,43,80). Sum of RGB (Red+Green+Blue) = 12+43+80=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C2B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2B50 is #F3D4AF. Grayscale: #252525. Windows color (decimal): -15979696 or 5253900. OLE color: 5253900.

HSL color Cylindrical-coordinate representation of color #0C2B50: hue angle of 212.65º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2B50 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB124380-
CMYK0.850.4600.69
HSL212.65º73.91%18.04%-
HSV(B)212.65º85%31.37%-
XYZ2.462.397.92-
YUV37.95151.73109.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=8.89%
G=31.85%
B=59.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1243800.850.4600.69212.6573.9118.04
HexC2B50552E045d54a12
Octal145312012556010532511222
Binary1100101011101000010101011011100100010111010101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,80); }

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

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

 a { background-color: rgb(12,43,80); }

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

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

 span { border-color: rgb(12,43,80); }

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