#0B0A86

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

Shades of Ultramarine #0B0A86

Tints of Ultramarine #0B0A86

Color information

#0B0A86 (or 0x0B0A86) is unknown color: approx Ultramarine. HEX triplet: 0B, 0A and 86. RGB value is (11,10,134). Sum of RGB (Red+Green+Blue) = 11+10+134=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #0B0A86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0A86 is #F4F579. Grayscale: #171717. Windows color (decimal): -16053626 or 8784395. OLE color: 8784395.

HSL color Cylindrical-coordinate representation of color #0B0A86: hue angle of 240.48º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0A86 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1110134-
CMYK0.920.9300.47
HSL240.48º86.11%28.24%-
HSV(B)240.48º92.54%52.55%-
XYZ4.552.0122.7-
YUV24.44189.83118.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.10%
GREEN value IS 10 (4.30% from 255) = 6.45%
BLUE value IS 134 (52.73% from 255) = 86.45%
R=7.10%
G=6.45%
B=86.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11101340.920.9300.47240.4886.1128.24
HexBA865C5D02Ff0561c
Octal131220613413505736012634
Binary101110101000011010111001011101010111111110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,10,134); }

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

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

 a { background-color: rgb(11,10,134); }

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

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

 span { border-color: rgb(11,10,134); }

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