Html Css Color HEX #142090 Ultramarine

📋 copy color: '#142090'

red 20 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #142090

Tints of Ultramarine #142090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 10.2%
G = 16.33%
B = 73.47%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#142090 (or 0x142090) is known color: Ultramarine. HEX triplet: 14, 20 and 90. RGB value is (20,32,144). Sum of RGB (Red+Green+Blue) = 20+32+144=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #142090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142090 is #EBDF6F. Grayscale: #282828. Windows color (decimal): -15458160 or 9445396. OLE color: 9445396.

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

Color convert

RGB 20 32 144 -
CMYK 0.86 0.78 0 0.44
HSL 234.19º 0.76% 0.32% -
HSV(B) 234.19º 0.86% 0.56% -
XYZ 5.84 3.2 26.69 -
YUV 41.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 20 32 144 0.86 0.78 0 0.44 234.19 0.76 0.32
Hex 14 20 90 56 4E 0 2C EA 4C 20
Octal 24 40 220 126 116 0 54 352 114 40
Binary 10100 100000 10010000 1010110 1001110 0 101100 11101010 1001100 100000

Color Harmonies of #142090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142090

Black with #142090

Text Example


Text Example

White with #142090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142090; }

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

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

background-color css

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

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

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

border-color css

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

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

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