#0A1491

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

Shades of Ultramarine #0A1491

Tints of Ultramarine #0A1491

Color information

#0A1491 (or 0x0A1491) is unknown color: approx Ultramarine. HEX triplet: 0A, 14 and 91. RGB value is (10,20,145). Sum of RGB (Red+Green+Blue) = 10+20+145=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A1491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1491 is #F5EB6E. Grayscale: #1E1E1E. Windows color (decimal): -16116591 or 9507850. OLE color: 9507850.

HSL color Cylindrical-coordinate representation of color #0A1491: hue angle of 235.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1491 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1020145-
CMYK0.930.8600.43
HSL235.56º87.1%30.39%-
HSV(B)235.56º93.1%56.86%-
XYZ5.492.6127-
YUV31.26192.19112.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 145 (57.03% from 255) = 82.86%
R=5.71%
G=11.43%
B=82.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10201450.930.8600.43235.5687.130.39
HexA14915D5602Bec571e
Octal122422113512605335412736
Binary1010101001001000110111011010110010101111101100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,145); }

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

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

 a { background-color: rgb(10,20,145); }

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

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

 span { border-color: rgb(10,20,145); }

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