Html Css Color HEX #141E90 Ultramarine

📋 copy color: '#141E90'

red 20 ◦ green 30 ◦ blue 144

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

Shades of Ultramarine #141E90

Tints of Ultramarine #141E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 144 (56.64% from 255) = 74.23%

R = 10.31%
G = 15.46%
B = 74.23%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#141E90 (or 0x141E90) is known color: Ultramarine. HEX triplet: 14, 1E and 90. RGB value is (20,30,144). Sum of RGB (Red+Green+Blue) = 20+30+144=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #141E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E90 is #EBE16F. Grayscale: #272727. Windows color (decimal): -15458672 or 9444884. OLE color: 9444884.

HSL color Cylindrical-coordinate representation of color #141E90: hue angle of 235.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #141E90 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 30 144 -
CMYK 0.86 0.79 0 0.44
HSL 235.16º 0.76% 0.32% -
HSV(B) 235.16º 0.86% 0.56% -
XYZ 5.79 3.09 26.68 -
YUV 40.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 20 30 144 0.86 0.79 0 0.44 235.16 0.76 0.32
Hex 14 1E 90 56 4F 0 2C EB 4C 20
Octal 24 36 220 126 117 0 54 353 114 40
Binary 10100 11110 10010000 1010110 1001111 0 101100 11101011 1001100 100000

Color Harmonies of #141E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E90

Black with #141E90

Text Example


Text Example

White with #141E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141E90; }

 p { color: rgb(20,30,144); }

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

background-color css

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

 a { background-color: rgb(20,30,144); }

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

border-color css

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

 span { border-color: rgb(20,30,144); }

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