Html Css Color HEX #140AA6 Ultramarine

📋 copy color: '#140AA6'

red 20 ◦ green 10 ◦ blue 166

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

Shades of Ultramarine #140AA6

Tints of Ultramarine #140AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 84.69%

R = 10.2%
G = 5.1%
B = 84.69%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#140AA6 (or 0x140AA6) is known color: Ultramarine. HEX triplet: 14, 0A and A6. RGB value is (20,10,166). Sum of RGB (Red+Green+Blue) = 20+10+166=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 166 (65.23% from 255 or 84.69% from 196); Max value from RGB is 166 - color contains mainly: blue. Hex color #140AA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140AA6 is #EBF559. Grayscale: #1E1E1E. Windows color (decimal): -15463770 or 10881556. OLE color: 10881556.

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

Color convert

RGB 20 10 166 -
CMYK 0.88 0.94 0 0.35
HSL 243.85º 0.89% 0.35% -
HSV(B) 243.85º 0.94% 0.65% -
XYZ 7.28 3.12 36.29 -
YUV 30.77 204.31 120.32 -
System Red Green Blue C M Y K H S L
Decimal 20 10 166 0.88 0.94 0 0.35 243.85 0.89 0.35
Hex 14 A A6 58 5E 0 23 F4 59 23
Octal 24 12 246 130 136 0 43 364 131 43
Binary 10100 1010 10100110 1011000 1011110 0 100011 11110100 1011001 100011

Color Harmonies of #140AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140AA6

Black with #140AA6

Text Example


Text Example

White with #140AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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