Html Css Color HEX #140E99 Ultramarine

📋 copy color: '#140E99'

red 20 ◦ green 14 ◦ blue 153

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

Shades of Ultramarine #140E99

Tints of Ultramarine #140E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.49%

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

R = 10.7%
G = 7.49%
B = 81.82%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#140E99 (or 0x140E99) is known color: Ultramarine. HEX triplet: 14, 0E and 99. RGB value is (20,14,153). Sum of RGB (Red+Green+Blue) = 20+14+153=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #140E99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140E99 is #EBF166. Grayscale: #1F1F1F. Windows color (decimal): -15462759 or 10030612. OLE color: 10030612.

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

Color convert

RGB 20 14 153 -
CMYK 0.87 0.91 0 0.4
HSL 242.59º 0.83% 0.33% -
HSV(B) 242.59º 0.91% 0.6% -
XYZ 6.2 2.76 30.34 -
YUV 31.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 20 14 153 0.87 0.91 0 0.4 242.59 0.83 0.33
Hex 14 E 99 57 5B 0 28 F3 53 21
Octal 24 16 231 127 133 0 50 363 123 41
Binary 10100 1110 10011001 1010111 1011011 0 101000 11110011 1010011 100001

Color Harmonies of #140E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E99

Black with #140E99

Text Example


Text Example

White with #140E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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