#0B118B

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

Shades of Ultramarine #0B118B

Tints of Ultramarine #0B118B

Color information

#0B118B (or 0x0B118B) is unknown color: approx Ultramarine. HEX triplet: 0B, 11 and 8B. RGB value is (11,17,139). Sum of RGB (Red+Green+Blue) = 11+17+139=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 139 (54.69% from 255 or 83.23% from 167); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B118B is #F4EE74. Grayscale: #1C1C1C. Windows color (decimal): -16051829 or 9113867. OLE color: 9113867.

HSL color Cylindrical-coordinate representation of color #0B118B: hue angle of 237.19º 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 #0B118B is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1117139-
CMYK0.920.8800.45
HSL237.19º85.33%29.41%-
HSV(B)237.19º92.09%54.51%-
XYZ52.3424.61-
YUV29.11190.01115.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 139 (54.69% from 255) = 83.23%
R=6.59%
G=10.18%
B=83.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11171390.920.8800.45237.1985.3329.41
HexB118B5C5802Ded551d
Octal132121313413005535512535
Binary1011100011000101110111001011000010110111101101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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