#0B1096

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

Shades of Ultramarine #0B1096

Tints of Ultramarine #0B1096

Color information

#0B1096 (or 0x0B1096) is unknown color: approx Ultramarine. HEX triplet: 0B, 10 and 96. RGB value is (11,16,150). Sum of RGB (Red+Green+Blue) = 11+16+150=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B1096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1096 is #F4EF69. Grayscale: #1D1D1D. Windows color (decimal): -16052074 or 9834507. OLE color: 9834507.

HSL color Cylindrical-coordinate representation of color #0B1096: hue angle of 237.84º 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 #0B1096 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1116150-
CMYK0.930.8900.41
HSL237.84º86.34%31.57%-
HSV(B)237.84º92.67%58.82%-
XYZ5.832.6429.06-
YUV29.78195.84114.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.21%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 150 (58.98% from 255) = 84.75%
R=6.21%
G=9.04%
B=84.75%

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
Decimal11161500.930.8900.41237.8486.3431.57
HexB10965D59029ee5620
Octal132022613513105135612640
Binary10111000010010110101110110110010101001111011101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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