Html Css Color HEX #140AA9 Ultramarine

📋 copy color: '#140AA9'

red 20 ◦ green 10 ◦ blue 169

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

Shades of Ultramarine #140AA9

Tints of Ultramarine #140AA9

RGB

 RED value IS 20 (8.2% from 255) = 10.05%

 GREEN value IS 10 (4.3% from 255) = 5.03%

 BLUE value IS 169 (66.41% from 255) = 84.92%

R = 10.05%
G = 5.03%
B = 84.92%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#140AA9 (or 0x140AA9) is known color: Ultramarine. HEX triplet: 14, 0A and A9. RGB value is (20,10,169). Sum of RGB (Red+Green+Blue) = 20+10+169=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 169 (66.41% from 255 or 84.92% from 199); Max value from RGB is 169 - color contains mainly: blue. Hex color #140AA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140AA9 is #EBF556. Grayscale: #1E1E1E. Windows color (decimal): -15463767 or 11078164. OLE color: 11078164.

HSL color Cylindrical-coordinate representation of color #140AA9: hue angle of 243.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140AA9 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 10 169 -
CMYK 0.88 0.94 0 0.34
HSL 243.77º 0.89% 0.35% -
HSV(B) 243.77º 0.94% 0.66% -
XYZ 7.56 3.23 37.76 -
YUV 31.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 20 10 169 0.88 0.94 0 0.34 243.77 0.89 0.35
Hex 14 A A9 58 5E 0 22 F4 59 23
Octal 24 12 251 130 136 0 42 364 131 43
Binary 10100 1010 10101001 1011000 1011110 0 100010 11110100 1011001 100011

Color Harmonies of #140AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140AA9

Black with #140AA9

Text Example


Text Example

White with #140AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140AA9; }

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

 H1.HeaderClassName
 {
   color: #140AA9;
 }
 .AnyTagClassName
 {
   color: #140AA9;
 }
</style>

background-color css

<style>
 a { background-color: #140AA9; }

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

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

border-color css

<style>
 span { border-color: #140AA9; }

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

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