#0B4463

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

Shades of Prussian Blue #0B4463

Tints of Prussian Blue #0B4463

Color information

#0B4463 (or 0x0B4463) is unknown color: approx Prussian Blue. HEX triplet: 0B, 44 and 63. RGB value is (11,68,99). Sum of RGB (Red+Green+Blue) = 11+68+99=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B4463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4463 is #F4BB9C. Grayscale: #363636. Windows color (decimal): -16038813 or 6505483. OLE color: 6505483.

HSL color Cylindrical-coordinate representation of color #0B4463: hue angle of 201.14º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4463 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB116899-
CMYK0.890.3100.61
HSL201.14º80%21.57%-
HSV(B)201.14º88.89%38.82%-
XYZ4.465.1112.56-
YUV54.49153.1296.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=6.18%
G=38.20%
B=55.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1168990.890.3100.61201.148021.57
HexB4463591F03Dc95016
Octal131041431313707531112026
Binary101110001001100011101100111111011110111001001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,68,99); }

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

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

 a { background-color: rgb(11,68,99); }

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

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

 span { border-color: rgb(11,68,99); }

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