Html Css Color HEX #140889 Ultramarine

📋 copy color: '#140889'

red 20 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #140889

Tints of Ultramarine #140889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 137 (53.91% from 255) = 83.03%

R = 12.12%
G = 4.85%
B = 83.03%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#140889 (or 0x140889) is known color: Ultramarine. HEX triplet: 14, 08 and 89. RGB value is (20,8,137). Sum of RGB (Red+Green+Blue) = 20+8+137=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 137 (53.91% from 255 or 83.03% from 165); Max value from RGB is 137 - color contains mainly: blue. Hex color #140889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140889 is #EBF776. Grayscale: #191919. Windows color (decimal): -15464311 or 8980500. OLE color: 8980500.

HSL color Cylindrical-coordinate representation of color #140889: hue angle of 245.58º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140889 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 8 137 -
CMYK 0.85 0.94 0 0.46
HSL 245.58º 0.89% 0.28% -
HSV(B) 245.58º 0.94% 0.54% -
XYZ 4.89 2.13 23.82 -
YUV 26.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 20 8 137 0.85 0.94 0 0.46 245.58 0.89 0.28
Hex 14 8 89 55 5E 0 2E F6 59 1C
Octal 24 10 211 125 136 0 56 366 131 34
Binary 10100 1000 10001001 1010101 1011110 0 101110 11110110 1011001 11100

Color Harmonies of #140889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140889

Black with #140889

Text Example


Text Example

White with #140889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140889; }

 p { color: rgb(20,8,137); }

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

background-color css

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

 a { background-color: rgb(20,8,137); }

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

border-color css

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

 span { border-color: rgb(20,8,137); }

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