Html Css Color HEX #141990 Ultramarine

📋 copy color: '#141990'

red 20 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #141990

Tints of Ultramarine #141990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 10.58%
G = 13.23%
B = 76.19%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#141990 (or 0x141990) is known color: Ultramarine. HEX triplet: 14, 19 and 90. RGB value is (20,25,144). Sum of RGB (Red+Green+Blue) = 20+25+144=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #141990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141990 is #EBE66F. Grayscale: #242424. Windows color (decimal): -15459952 or 9443604. OLE color: 9443604.

HSL color Cylindrical-coordinate representation of color #141990: hue angle of 237.58º 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 #141990 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 25 144 -
CMYK 0.86 0.83 0 0.44
HSL 237.58º 0.76% 0.32% -
HSV(B) 237.58º 0.86% 0.56% -
XYZ 5.67 2.86 26.64 -
YUV 37.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 20 25 144 0.86 0.83 0 0.44 237.58 0.76 0.32
Hex 14 19 90 56 53 0 2C EE 4C 20
Octal 24 31 220 126 123 0 54 356 114 40
Binary 10100 11001 10010000 1010110 1010011 0 101100 11101110 1001100 100000

Color Harmonies of #141990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141990

Black with #141990

Text Example


Text Example

White with #141990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141990; }

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

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

background-color css

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

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

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

border-color css

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

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

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