Html Css Color HEX #142192 Ultramarine

📋 copy color: '#142192'

red 20 ◦ green 33 ◦ blue 146

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

Shades of Ultramarine #142192

Tints of Ultramarine #142192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73.37%

R = 10.05%
G = 16.58%
B = 73.37%

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

#142192 (or 0x142192) is known color: Ultramarine. HEX triplet: 14, 21 and 92. RGB value is (20,33,146). Sum of RGB (Red+Green+Blue) = 20+33+146=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #142192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142192 is #EBDE6D. Grayscale: #292929. Windows color (decimal): -15457902 or 9576724. OLE color: 9576724.

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

Color convert

RGB 20 33 146 -
CMYK 0.86 0.77 0 0.43
HSL 233.81º 0.76% 0.33% -
HSV(B) 233.81º 0.86% 0.57% -
XYZ 6.02 3.31 27.52 -
YUV 42 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 20 33 146 0.86 0.77 0 0.43 233.81 0.76 0.33
Hex 14 21 92 56 4D 0 2B EA 4C 21
Octal 24 41 222 126 115 0 53 352 114 41
Binary 10100 100001 10010010 1010110 1001101 0 101011 11101010 1001100 100001

Color Harmonies of #142192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142192

Black with #142192

Text Example


Text Example

White with #142192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142192; }

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

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

background-color css

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

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

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

border-color css

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

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

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