#0B248D

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

Shades of Smalt #0B248D

Tints of Smalt #0B248D

Color information

#0B248D (or 0x0B248D) is unknown color: approx Smalt. HEX triplet: 0B, 24 and 8D. RGB value is (11,36,141). Sum of RGB (Red+Green+Blue) = 11+36+141=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B248D is #F4DB72. Grayscale: #282828. Windows color (decimal): -16046963 or 9249803. OLE color: 9249803.

HSL color Cylindrical-coordinate representation of color #0B248D: hue angle of 228.46º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B248D is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1136141-
CMYK0.920.7400.45
HSL228.46º85.53%29.8%-
HSV(B)228.46º92.2%55.29%-
XYZ5.583.2625.53-
YUV40.5184.72106.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.85%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 141 (55.47% from 255) = 75%
R=5.85%
G=19.15%
B=75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11361410.920.7400.45228.4685.5329.8
HexB248D5C4A02De4561e
Octal134421513411205534412636
Binary10111001001000110110111001001010010110111100100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,141); }

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

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

 a { background-color: rgb(11,36,141); }

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

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

 span { border-color: rgb(11,36,141); }

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