Html Css Color HEX #0A1190 Ultramarine

📋 copy color: '#0A1190'

red 10 ◦ green 17 ◦ blue 144

#0A1190
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0A1190

Tints of Ultramarine #0A1190

RGB

 RED value IS 10 (4.3% from 255) = 5.85%

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 144 (56.64% from 255) = 84.21%

R = 5.85%
G = 9.94%
B = 84.21%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A1190 (or 0x0A1190) is known color: Ultramarine. HEX triplet: 0A, 11 and 90. RGB value is (10,17,144). Sum of RGB (Red+Green+Blue) = 10+17+144=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A1190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1190 is #F5EE6F. Grayscale: #1C1C1C. Windows color (decimal): -16117360 or 9441546. OLE color: 9441546.

HSL color Cylindrical-coordinate representation of color #0A1190: hue angle of 236.87º 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 #0A1190 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 17 144 -
CMYK 0.93 0.88 0 0.44
HSL 236.87º 0.87% 0.3% -
HSV(B) 236.87º 0.93% 0.56% -
XYZ 5.36 2.48 26.58 -
YUV 29.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 10 17 144 0.93 0.88 0 0.44 236.87 0.87 0.3
Hex A 11 90 5D 58 0 2C ED 57 1E
Octal 12 21 220 135 130 0 54 355 127 36
Binary 1010 10001 10010000 1011101 1011000 0 101100 11101101 1010111 11110

Color Harmonies of #0A1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1190

Black with #0A1190

Text Example


Text Example

White with #0A1190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,17,144); }

 H1.HeaderClassName
 {
   color: #0A1190;
 }
 .AnyTagClassName
 {
   color: #0A1190;
 }
</style>

background-color css

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

 a { background-color: rgb(10,17,144); }

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

border-color css

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

 span { border-color: rgb(10,17,144); }

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