Html Css Color HEX #142193 Ultramarine

📋 copy color: '#142193'

red 20 ◦ green 33 ◦ blue 147

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

Shades of Ultramarine #142193

Tints of Ultramarine #142193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 10%
G = 16.5%
B = 73.5%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142193 (or 0x142193) is known color: Ultramarine. HEX triplet: 14, 21 and 93. RGB value is (20,33,147). Sum of RGB (Red+Green+Blue) = 20+33+147=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #142193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142193 is #EBDE6C. Grayscale: #292929. Windows color (decimal): -15457901 or 9642260. OLE color: 9642260.

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

Color convert

RGB 20 33 147 -
CMYK 0.86 0.78 0 0.42
HSL 233.86º 0.76% 0.33% -
HSV(B) 233.86º 0.86% 0.58% -
XYZ 6.1 3.34 27.93 -
YUV 42.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 20 33 147 0.86 0.78 0 0.42 233.86 0.76 0.33
Hex 14 21 93 56 4E 0 2A EA 4C 21
Octal 24 41 223 126 116 0 52 352 114 41
Binary 10100 100001 10010011 1010110 1001110 0 101010 11101010 1001100 100001

Color Harmonies of #142193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142193

Black with #142193

Text Example


Text Example

White with #142193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142193; }

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

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

background-color css

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

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

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

border-color css

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

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

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