#0B2C51

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

Shades of Prussian Blue #0B2C51

Tints of Prussian Blue #0B2C51

Color information

#0B2C51 (or 0x0B2C51) is unknown color: approx Prussian Blue. HEX triplet: 0B, 2C and 51. RGB value is (11,44,81). Sum of RGB (Red+Green+Blue) = 11+44+81=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B2C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2C51 is #F4D3AE. Grayscale: #262626. Windows color (decimal): -16044975 or 5319691. OLE color: 5319691.

HSL color Cylindrical-coordinate representation of color #0B2C51: hue angle of 211.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B2C51 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB114481-
CMYK0.860.4600.68
HSL211.71º76.09%18.04%-
HSV(B)211.71º86.42%31.76%-
XYZ2.522.478.13-
YUV38.35152.07108.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=8.09%
G=32.35%
B=59.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1144810.860.4600.68211.7176.0918.04
HexB2C51562E044d44c12
Octal135412112656010432411422
Binary1011101100101000110101101011100100010011010100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,44,81); }

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

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

 a { background-color: rgb(11,44,81); }

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

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

 span { border-color: rgb(11,44,81); }

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