Html Css Color HEX #140799 Ultramarine

📋 copy color: '#140799'

red 20 ◦ green 7 ◦ blue 153

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

Shades of Ultramarine #140799

Tints of Ultramarine #140799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

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

R = 11.11%
G = 3.89%
B = 85%

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

#140799 (or 0x140799) is known color: Ultramarine. HEX triplet: 14, 07 and 99. RGB value is (20,7,153). Sum of RGB (Red+Green+Blue) = 20+7+153=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #140799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140799 is #EBF866. Grayscale: #1A1A1A. Windows color (decimal): -15464551 or 10028820. OLE color: 10028820.

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

Color convert

RGB 20 7 153 -
CMYK 0.87 0.95 0 0.4
HSL 245.34º 0.91% 0.31% -
HSV(B) 245.34º 0.95% 0.6% -
XYZ 6.11 2.6 30.32 -
YUV 27.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 20 7 153 0.87 0.95 0 0.4 245.34 0.91 0.31
Hex 14 7 99 57 5F 0 28 F5 5B 1F
Octal 24 7 231 127 137 0 50 365 133 37
Binary 10100 111 10011001 1010111 1011111 0 101000 11110101 1011011 11111

Color Harmonies of #140799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140799

Black with #140799

Text Example


Text Example

White with #140799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140799; }

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

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

background-color css

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

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

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

border-color css

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

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

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