#0B376D

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

Shades of Prussian Blue #0B376D

Tints of Prussian Blue #0B376D

Color information

#0B376D (or 0x0B376D) is unknown color: approx Prussian Blue. HEX triplet: 0B, 37 and 6D. RGB value is (11,55,109). Sum of RGB (Red+Green+Blue) = 11+55+109=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B376D is #F4C892. Grayscale: #2F2F2F. Windows color (decimal): -16042131 or 7157515. OLE color: 7157515.

HSL color Cylindrical-coordinate representation of color #0B376D: hue angle of 213.06º 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 #0B376D is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1155109-
CMYK0.900.5000.57
HSL213.06º81.67%23.53%-
HSV(B)213.06º89.91%42.75%-
XYZ4.263.9115-
YUV48162.42101.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.29%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=6.29%
G=31.43%
B=62.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11551090.900.5000.57213.0681.6723.53
HexB376D5A32039d55218
Octal13671551326207132512230
Binary101111011111011011011010110010011100111010101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,55,109); }

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

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

 a { background-color: rgb(11,55,109); }

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

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

 span { border-color: rgb(11,55,109); }

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