#0A0B88

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

Shades of Ultramarine #0A0B88

Tints of Ultramarine #0A0B88

Color information

#0A0B88 (or 0x0A0B88) is unknown color: approx Ultramarine. HEX triplet: 0A, 0B and 88. RGB value is (10,11,136). Sum of RGB (Red+Green+Blue) = 10+11+136=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 136 (53.52% from 255 or 86.62% from 157); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A0B88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0B88 is #F5F477. Grayscale: #181818. Windows color (decimal): -16118904 or 8915722. OLE color: 8915722.

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

Color convert

RGB1011136-
CMYK0.930.9200.47
HSL239.52º86.3%28.63%-
HSV(B)239.52º92.65%53.33%-
XYZ4.692.0823.45-
YUV24.95190.67117.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.37%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 136 (53.52% from 255) = 86.62%
R=6.37%
G=7.01%
B=86.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10111360.930.9200.47239.5286.328.63
HexAB885D5C02Ff0561d
Octal121321013513405736012635
Binary101010111000100010111011011100010111111110000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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