#0B2B8A

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

Shades of Smalt #0B2B8A

Tints of Smalt #0B2B8A

Color information

#0B2B8A (or 0x0B2B8A) is unknown color: approx Smalt. HEX triplet: 0B, 2B and 8A. RGB value is (11,43,138). Sum of RGB (Red+Green+Blue) = 11+43+138=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B2B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2B8A is #F4D475. Grayscale: #2B2B2B. Windows color (decimal): -16045174 or 9054987. OLE color: 9054987.

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

Color convert

RGB1143138-
CMYK0.920.6900.46
HSL224.88º85.23%29.22%-
HSV(B)224.88º92.03%54.12%-
XYZ5.593.6324.45-
YUV44.26180.9104.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.73%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 138 (54.30% from 255) = 71.88%
R=5.73%
G=22.40%
B=71.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11431380.920.6900.46224.8885.2329.22
HexB2B8A5C4502Ee1551d
Octal135321213410505634112535
Binary10111010111000101010111001000101010111011100001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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