#0A1D8E

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

Shades of Ultramarine #0A1D8E

Tints of Ultramarine #0A1D8E

Color information

#0A1D8E (or 0x0A1D8E) is unknown color: approx Ultramarine. HEX triplet: 0A, 1D and 8E. RGB value is (10,29,142). Sum of RGB (Red+Green+Blue) = 10+29+142=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 142 (55.86% from 255 or 78.45% from 181); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A1D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1D8E is #F5E271. Grayscale: #232323. Windows color (decimal): -16114290 or 9313546. OLE color: 9313546.

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

Color convert

RGB1029142-
CMYK0.930.8000.44
HSL231.36º86.84%29.8%-
HSV(B)231.36º92.96%55.69%-
XYZ5.452.925.86-
YUV36.2187.71109.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.52%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 142 (55.86% from 255) = 78.45%
R=5.52%
G=16.02%
B=78.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10291420.930.8000.44231.3686.8429.8
HexA1D8E5D5002Ce7571e
Octal123521613512005434712736
Binary1010111011000111010111011010000010110011100111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,29,142); }

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

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

 a { background-color: rgb(10,29,142); }

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

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

 span { border-color: rgb(10,29,142); }

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