Html Css Color HEX #141790 Ultramarine

📋 copy color: '#141790'

red 20 ◦ green 23 ◦ blue 144

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

Shades of Ultramarine #141790

Tints of Ultramarine #141790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 10.7%
G = 12.3%
B = 77.01%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#141790 (or 0x141790) is known color: Ultramarine. HEX triplet: 14, 17 and 90. RGB value is (20,23,144). Sum of RGB (Red+Green+Blue) = 20+23+144=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #141790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141790 is #EBE86F. Grayscale: #232323. Windows color (decimal): -15460464 or 9443092. OLE color: 9443092.

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

Color convert

RGB 20 23 144 -
CMYK 0.86 0.84 0 0.44
HSL 238.55º 0.76% 0.32% -
HSV(B) 238.55º 0.86% 0.56% -
XYZ 5.63 2.78 26.62 -
YUV 35.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 20 23 144 0.86 0.84 0 0.44 238.55 0.76 0.32
Hex 14 17 90 56 54 0 2C EF 4C 20
Octal 24 27 220 126 124 0 54 357 114 40
Binary 10100 10111 10010000 1010110 1010100 0 101100 11101111 1001100 100000

Color Harmonies of #141790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141790

Black with #141790

Text Example


Text Example

White with #141790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141790; }

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

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

background-color css

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

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

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

border-color css

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

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

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