#0B2596

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

Shades of Smalt #0B2596

Tints of Smalt #0B2596

Color information

#0B2596 (or 0x0B2596) is unknown color: approx Smalt. HEX triplet: 0B, 25 and 96. RGB value is (11,37,150). Sum of RGB (Red+Green+Blue) = 11+37+150=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B2596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2596 is #F4DA69. Grayscale: #292929. Windows color (decimal): -16046698 or 9839883. OLE color: 9839883.

HSL color Cylindrical-coordinate representation of color #0B2596: hue angle of 228.78º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B2596 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1137150-
CMYK0.930.7500.41
HSL228.78º86.34%31.57%-
HSV(B)228.78º92.67%58.82%-
XYZ6.33.629.22-
YUV42.11188.89105.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.56%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 150 (58.98% from 255) = 75.76%
R=5.56%
G=18.69%
B=75.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11371500.930.7500.41228.7886.3431.57
HexB25965D4B029e55620
Octal134522613511305134512640
Binary101110010110010110101110110010110101001111001011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,37,150); }

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

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

 a { background-color: rgb(11,37,150); }

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

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

 span { border-color: rgb(11,37,150); }

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