#0B336E

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

Shades of Prussian Blue #0B336E

Tints of Prussian Blue #0B336E

Color information

#0B336E (or 0x0B336E) is unknown color: approx Prussian Blue. HEX triplet: 0B, 33 and 6E. RGB value is (11,51,110). Sum of RGB (Red+Green+Blue) = 11+51+110=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B336E is #F4CC91. Grayscale: #2D2D2D. Windows color (decimal): -16043154 or 7222027. OLE color: 7222027.

HSL color Cylindrical-coordinate representation of color #0B336E: hue angle of 215.76º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B336E is Cyan = 0.9, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1151110-
CMYK0.90.5400.57
HSL215.76º81.82%23.73%-
HSV(B)215.76º90%43.14%-
XYZ4.143.5615.22-
YUV45.77164.25103.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.40%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 110 (43.36% from 255) = 63.95%
R=6.40%
G=29.65%
B=63.95%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11511100.90.5400.57215.7681.8223.73
HexB336E5A36039d85218
Octal13631561326607133012230
Binary101111001111011101011010110110011100111011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,51,110); }

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

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

 a { background-color: rgb(11,51,110); }

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

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

 span { border-color: rgb(11,51,110); }

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