Html Css Color HEX #142190 Ultramarine

📋 copy color: '#142190'

red 20 ◦ green 33 ◦ blue 144

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

Shades of Ultramarine #142190

Tints of Ultramarine #142190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

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

R = 10.15%
G = 16.75%
B = 73.1%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#142190 (or 0x142190) is known color: Ultramarine. HEX triplet: 14, 21 and 90. RGB value is (20,33,144). Sum of RGB (Red+Green+Blue) = 20+33+144=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #142190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142190 is #EBDE6F. Grayscale: #292929. Windows color (decimal): -15457904 or 9445652. OLE color: 9445652.

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

Color convert

RGB 20 33 144 -
CMYK 0.86 0.77 0 0.44
HSL 233.71º 0.76% 0.32% -
HSV(B) 233.71º 0.86% 0.56% -
XYZ 5.87 3.25 26.7 -
YUV 41.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 20 33 144 0.86 0.77 0 0.44 233.71 0.76 0.32
Hex 14 21 90 56 4D 0 2C EA 4C 20
Octal 24 41 220 126 115 0 54 352 114 40
Binary 10100 100001 10010000 1010110 1001101 0 101100 11101010 1001100 100000

Color Harmonies of #142190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142190

Black with #142190

Text Example


Text Example

White with #142190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142190; }

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

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

background-color css

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

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

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

border-color css

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

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

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