#0B3462

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

Shades of Prussian Blue #0B3462

Tints of Prussian Blue #0B3462

Color information

#0B3462 (or 0x0B3462) is unknown color: approx Prussian Blue. HEX triplet: 0B, 34 and 62. RGB value is (11,52,98). Sum of RGB (Red+Green+Blue) = 11+52+98=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #0B3462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3462 is #F4CB9D. Grayscale: #2C2C2C. Windows color (decimal): -16042910 or 6435851. OLE color: 6435851.

HSL color Cylindrical-coordinate representation of color #0B3462: hue angle of 211.72º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3462 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB115298-
CMYK0.890.4700.62
HSL211.72º79.82%21.37%-
HSV(B)211.72º88.78%38.43%-
XYZ3.573.4112.03-
YUV44.98157.92103.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=6.83%
G=32.30%
B=60.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1152980.890.4700.62211.7279.8221.37
HexB3462592F03Ed45015
Octal13641421315707632412025
Binary101111010011000101011001101111011111011010100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,98); }

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

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

 a { background-color: rgb(11,52,98); }

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

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

 span { border-color: rgb(11,52,98); }

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