#0B3E9E

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

Shades of Smalt #0B3E9E

Tints of Smalt #0B3E9E

Color information

#0B3E9E (or 0x0B3E9E) is unknown color: approx Smalt. HEX triplet: 0B, 3E and 9E. RGB value is (11,62,158). Sum of RGB (Red+Green+Blue) = 11+62+158=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #0B3E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3E9E is #F4C161. Grayscale: #393939. Windows color (decimal): -16040290 or 10370571. OLE color: 10370571.

HSL color Cylindrical-coordinate representation of color #0B3E9E: hue angle of 219.18º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B3E9E is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1162158-
CMYK0.930.6100.38
HSL219.18º86.98%33.14%-
HSV(B)219.18º93.04%61.96%-
XYZ8.035.9933.08-
YUV57.7184.694.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 158 (62.11% from 255) = 68.40%
R=4.76%
G=26.84%
B=68.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11621580.930.6100.38219.1886.9833.14
HexB3E9E5D3D026db5721
Octal13762361357504633312741
Binary10111111101001111010111011111010100110110110111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,62,158); }

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

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

 a { background-color: rgb(11,62,158); }

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

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

 span { border-color: rgb(11,62,158); }

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