Html Css Color HEX #142196 Ultramarine

📋 copy color: '#142196'

red 20 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #142196

Tints of Ultramarine #142196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.89%

R = 9.85%
G = 16.26%
B = 73.89%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#142196 (or 0x142196) is known color: Ultramarine. HEX triplet: 14, 21 and 96. RGB value is (20,33,150). Sum of RGB (Red+Green+Blue) = 20+33+150=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #142196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142196 is #EBDE69. Grayscale: #292929. Windows color (decimal): -15457898 or 9838868. OLE color: 9838868.

HSL color Cylindrical-coordinate representation of color #142196: hue angle of 234º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142196 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 33 150 -
CMYK 0.87 0.78 0 0.41
HSL 234º 0.76% 0.33% -
HSV(B) 234º 0.87% 0.59% -
XYZ 6.34 3.44 29.18 -
YUV 42.45 188.69 111.99 -
System Red Green Blue C M Y K H S L
Decimal 20 33 150 0.87 0.78 0 0.41 234 0.76 0.33
Hex 14 21 96 57 4E 0 29 EA 4C 21
Octal 24 41 226 127 116 0 51 352 114 41
Binary 10100 100001 10010110 1010111 1001110 0 101001 11101010 1001100 100001

Color Harmonies of #142196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142196

Black with #142196

Text Example


Text Example

White with #142196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142196; }

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

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

background-color css

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

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

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

border-color css

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

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

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