Html Css Color HEX #140BAA Ultramarine

📋 copy color: '#140BAA'

red 20 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #140BAA

Tints of Ultramarine #140BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 170 (66.8% from 255) = 84.58%

R = 9.95%
G = 5.47%
B = 84.58%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#140BAA (or 0x140BAA) is known color: Ultramarine. HEX triplet: 14, 0B and AA. RGB value is (20,11,170). Sum of RGB (Red+Green+Blue) = 20+11+170=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #140BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140BAA is #EBF455. Grayscale: #1F1F1F. Windows color (decimal): -15463510 or 11143956. OLE color: 11143956.

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

Color convert

RGB 20 11 170 -
CMYK 0.88 0.94 0 0.33
HSL 243.4º 0.88% 0.35% -
HSV(B) 243.4º 0.94% 0.67% -
XYZ 7.66 3.29 38.26 -
YUV 31.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 20 11 170 0.88 0.94 0 0.33 243.4 0.88 0.35
Hex 14 B AA 58 5E 0 21 F3 58 23
Octal 24 13 252 130 136 0 41 363 130 43
Binary 10100 1011 10101010 1011000 1011110 0 100001 11110011 1011000 100011

Color Harmonies of #140BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140BAA

Black with #140BAA

Text Example


Text Example

White with #140BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,11,170); }

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

background-color css

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

 a { background-color: rgb(20,11,170); }

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

border-color css

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

 span { border-color: rgb(20,11,170); }

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