#0B375C

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

Shades of Prussian Blue #0B375C

Tints of Prussian Blue #0B375C

Color information

#0B375C (or 0x0B375C) is unknown color: approx Prussian Blue. HEX triplet: 0B, 37 and 5C. RGB value is (11,55,92). Sum of RGB (Red+Green+Blue) = 11+55+92=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B375C is #F4C8A3. Grayscale: #2D2D2D. Windows color (decimal): -16042148 or 6043403. OLE color: 6043403.

HSL color Cylindrical-coordinate representation of color #0B375C: hue angle of 207.41º 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 #0B375C is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB115592-
CMYK0.880.4000.64
HSL207.41º78.64%20.2%-
HSV(B)207.41º88.04%36.08%-
XYZ3.443.5810.63-
YUV46.06153.92102.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.96%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=6.96%
G=34.81%
B=58.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1155920.880.4000.64207.4178.6420.2
HexB375C5828040cf4f14
Octal136713413050010031711724
Binary1011110111101110010110001010000100000011001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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