#0B1196

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

Shades of Ultramarine #0B1196

Tints of Ultramarine #0B1196

Color information

#0B1196 (or 0x0B1196) is unknown color: approx Ultramarine. HEX triplet: 0B, 11 and 96. RGB value is (11,17,150). Sum of RGB (Red+Green+Blue) = 11+17+150=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B1196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1196 is #F4EE69. Grayscale: #1D1D1D. Windows color (decimal): -16051818 or 9834763. OLE color: 9834763.

HSL color Cylindrical-coordinate representation of color #0B1196: hue angle of 237.41º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1196 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1117150-
CMYK0.930.8900.41
HSL237.41º86.34%31.57%-
HSV(B)237.41º92.67%58.82%-
XYZ5.842.6729.06-
YUV30.37195.51114.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.18%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 150 (58.98% from 255) = 84.27%
R=6.18%
G=9.55%
B=84.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11171500.930.8900.41237.4186.3431.57
HexB11965D59029ed5620
Octal132122613513105135512640
Binary10111000110010110101110110110010101001111011011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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