Html Css Color HEX #140899 Ultramarine

📋 copy color: '#140899'

red 20 ◦ green 8 ◦ blue 153

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

Shades of Ultramarine #140899

Tints of Ultramarine #140899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 84.53%

R = 11.05%
G = 4.42%
B = 84.53%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#140899 (or 0x140899) is known color: Ultramarine. HEX triplet: 14, 08 and 99. RGB value is (20,8,153). Sum of RGB (Red+Green+Blue) = 20+8+153=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #140899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140899 is #EBF766. Grayscale: #1B1B1B. Windows color (decimal): -15464295 or 10029076. OLE color: 10029076.

HSL color Cylindrical-coordinate representation of color #140899: hue angle of 244.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140899 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 8 153 -
CMYK 0.87 0.95 0 0.4
HSL 244.97º 0.9% 0.32% -
HSV(B) 244.97º 0.95% 0.6% -
XYZ 6.13 2.62 30.32 -
YUV 28.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 20 8 153 0.87 0.95 0 0.4 244.97 0.9 0.32
Hex 14 8 99 57 5F 0 28 F5 5A 20
Octal 24 10 231 127 137 0 50 365 132 40
Binary 10100 1000 10011001 1010111 1011111 0 101000 11110101 1011010 100000

Color Harmonies of #140899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140899

Black with #140899

Text Example


Text Example

White with #140899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140899; }

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

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

background-color css

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

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

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

border-color css

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

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

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