Html Css Color HEX #142191 Ultramarine

📋 copy color: '#142191'

red 20 ◦ green 33 ◦ blue 145

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

Shades of Ultramarine #142191

Tints of Ultramarine #142191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 73.23%

R = 10.1%
G = 16.67%
B = 73.23%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142191 (or 0x142191) is known color: Ultramarine. HEX triplet: 14, 21 and 91. RGB value is (20,33,145). Sum of RGB (Red+Green+Blue) = 20+33+145=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #142191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142191 is #EBDE6E. Grayscale: #292929. Windows color (decimal): -15457903 or 9511188. OLE color: 9511188.

HSL color Cylindrical-coordinate representation of color #142191: hue angle of 233.76º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142191 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 33 145 -
CMYK 0.86 0.77 0 0.43
HSL 233.76º 0.76% 0.32% -
HSV(B) 233.76º 0.86% 0.57% -
XYZ 5.94 3.28 27.11 -
YUV 41.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 20 33 145 0.86 0.77 0 0.43 233.76 0.76 0.32
Hex 14 21 91 56 4D 0 2B EA 4C 20
Octal 24 41 221 126 115 0 53 352 114 40
Binary 10100 100001 10010001 1010110 1001101 0 101011 11101010 1001100 100000

Color Harmonies of #142191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142191

Black with #142191

Text Example


Text Example

White with #142191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142191; }

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

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

background-color css

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

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

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

border-color css

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

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

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