Html Css Color HEX #140E95 Ultramarine

📋 copy color: '#140E95'

red 20 ◦ green 14 ◦ blue 149

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

Shades of Ultramarine #140E95

Tints of Ultramarine #140E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 81.42%

R = 10.93%
G = 7.65%
B = 81.42%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#140E95 (or 0x140E95) is known color: Ultramarine. HEX triplet: 14, 0E and 95. RGB value is (20,14,149). Sum of RGB (Red+Green+Blue) = 20+14+149=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #140E95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140E95 is #EBF16A. Grayscale: #1E1E1E. Windows color (decimal): -15462763 or 9768468. OLE color: 9768468.

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

Color convert

RGB 20 14 149 -
CMYK 0.87 0.91 0 0.42
HSL 242.67º 0.83% 0.32% -
HSV(B) 242.67º 0.91% 0.58% -
XYZ 5.87 2.63 28.63 -
YUV 31.18 194.49 120.02 -
System Red Green Blue C M Y K H S L
Decimal 20 14 149 0.87 0.91 0 0.42 242.67 0.83 0.32
Hex 14 E 95 57 5B 0 2A F3 53 20
Octal 24 16 225 127 133 0 52 363 123 40
Binary 10100 1110 10010101 1010111 1011011 0 101010 11110011 1010011 100000

Color Harmonies of #140E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E95

Black with #140E95

Text Example


Text Example

White with #140E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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