#0B2B8B

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

Shades of Smalt #0B2B8B

Tints of Smalt #0B2B8B

Color information

#0B2B8B (or 0x0B2B8B) is unknown color: approx Smalt. HEX triplet: 0B, 2B and 8B. RGB value is (11,43,139). Sum of RGB (Red+Green+Blue) = 11+43+139=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B2B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2B8B is #F4D474. Grayscale: #2B2B2B. Windows color (decimal): -16045173 or 9120523. OLE color: 9120523.

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

Color convert

RGB1143139-
CMYK0.920.6900.45
HSL225º85.33%29.41%-
HSV(B)225º92.09%54.51%-
XYZ5.663.6624.83-
YUV44.38181.4104.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 139 (54.69% from 255) = 72.02%
R=5.70%
G=22.28%
B=72.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11431390.920.6900.4522585.3329.41
HexB2B8B5C4502De1551d
Octal135321313410505534112535
Binary10111010111000101110111001000101010110111100001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,43,139); }

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

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

 a { background-color: rgb(11,43,139); }

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

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

 span { border-color: rgb(11,43,139); }

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