#0B375D

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

Shades of Prussian Blue #0B375D

Tints of Prussian Blue #0B375D

Color information

#0B375D (or 0x0B375D) is unknown color: approx Prussian Blue. HEX triplet: 0B, 37 and 5D. RGB value is (11,55,93). Sum of RGB (Red+Green+Blue) = 11+55+93=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B375D is #F4C8A2. Grayscale: #2D2D2D. Windows color (decimal): -16042147 or 6108939. OLE color: 6108939.

HSL color Cylindrical-coordinate representation of color #0B375D: hue angle of 207.8º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B375D is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB115593-
CMYK0.880.4100.64
HSL207.8º78.85%20.39%-
HSV(B)207.8º88.17%36.47%-
XYZ3.483.5910.87-
YUV46.18154.42102.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=6.92%
G=34.59%
B=58.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1155930.880.4100.64207.878.8520.39
HexB375D5829040d04f14
Octal136713513051010032011724
Binary1011110111101110110110001010010100000011010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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