#0A1A99

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

Shades of Ultramarine #0A1A99

Tints of Ultramarine #0A1A99

Color information

#0A1A99 (or 0x0A1A99) is unknown color: approx Ultramarine. HEX triplet: 0A, 1A and 99. RGB value is (10,26,153). Sum of RGB (Red+Green+Blue) = 10+26+153=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A1A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1A99 is #F5E566. Grayscale: #232323. Windows color (decimal): -16115047 or 10033674. OLE color: 10033674.

HSL color Cylindrical-coordinate representation of color #0A1A99: hue angle of 233.29º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1A99 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1026153-
CMYK0.930.8300.4
HSL233.29º87.73%31.96%-
HSV(B)233.29º93.46%60%-
XYZ6.243.130.41-
YUV35.69194.2109.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 153 (60.16% from 255) = 80.95%
R=5.29%
G=13.76%
B=80.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10261530.930.8300.4233.2987.7331.96
HexA1A995D53028e95820
Octal123223113512305035113040
Binary10101101010011001101110110100110101000111010011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,26,153); }

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

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

 a { background-color: rgb(10,26,153); }

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

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

 span { border-color: rgb(10,26,153); }

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