#0A1895

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

Shades of Ultramarine #0A1895

Tints of Ultramarine #0A1895

Color information

#0A1895 (or 0x0A1895) is unknown color: approx Ultramarine. HEX triplet: 0A, 18 and 95. RGB value is (10,24,149). Sum of RGB (Red+Green+Blue) = 10+24+149=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A1895 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1895 is #F5E76A. Grayscale: #212121. Windows color (decimal): -16115563 or 9771018. OLE color: 9771018.

HSL color Cylindrical-coordinate representation of color #0A1895: hue angle of 233.96º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1895 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1024149-
CMYK0.930.8400.42
HSL233.96º87.42%31.18%-
HSV(B)233.96º93.29%58.43%-
XYZ5.882.8928.68-
YUV34.06192.86110.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.46%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 149 (58.59% from 255) = 81.42%
R=5.46%
G=13.11%
B=81.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10241490.930.8400.42233.9687.4231.18
HexA18955D5402Aea571f
Octal123022513512405235212737
Binary1010110001001010110111011010100010101011101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,24,149); }

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

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

 a { background-color: rgb(10,24,149); }

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

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

 span { border-color: rgb(10,24,149); }

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