#0B3591

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

Shades of Smalt #0B3591

Tints of Smalt #0B3591

Color information

#0B3591 (or 0x0B3591) is unknown color: approx Smalt. HEX triplet: 0B, 35 and 91. RGB value is (11,53,145). Sum of RGB (Red+Green+Blue) = 11+53+145=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B3591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3591 is #F4CA6E. Grayscale: #323232. Windows color (decimal): -16042607 or 9516299. OLE color: 9516299.

HSL color Cylindrical-coordinate representation of color #0B3591: hue angle of 221.19º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B3591 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1153145-
CMYK0.920.6300.43
HSL221.19º85.9%30.59%-
HSV(B)221.19º92.41%56.86%-
XYZ6.524.6627.34-
YUV50.93181.0999.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.26%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 145 (57.03% from 255) = 69.38%
R=5.26%
G=25.36%
B=69.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11531450.920.6300.43221.1985.930.59
HexB35915C3F02Bdd561f
Octal13652211347705333512637
Binary1011110101100100011011100111111010101111011101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,53,145); }

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

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

 a { background-color: rgb(11,53,145); }

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

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

 span { border-color: rgb(11,53,145); }

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