Html Css Color HEX #142293 Ultramarine

📋 copy color: '#142293'

red 20 ◦ green 34 ◦ blue 147

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

Shades of Ultramarine #142293

Tints of Ultramarine #142293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

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

R = 9.95%
G = 16.92%
B = 73.13%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142293 (or 0x142293) is known color: Ultramarine. HEX triplet: 14, 22 and 93. RGB value is (20,34,147). Sum of RGB (Red+Green+Blue) = 20+34+147=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #142293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142293 is #EBDD6C. Grayscale: #2A2A2A. Windows color (decimal): -15457645 or 9642516. OLE color: 9642516.

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

Color convert

RGB 20 34 147 -
CMYK 0.86 0.77 0 0.42
HSL 233.39º 0.76% 0.33% -
HSV(B) 233.39º 0.86% 0.58% -
XYZ 6.13 3.4 27.94 -
YUV 42.7 186.86 111.81 -
System Red Green Blue C M Y K H S L
Decimal 20 34 147 0.86 0.77 0 0.42 233.39 0.76 0.33
Hex 14 22 93 56 4D 0 2A E9 4C 21
Octal 24 42 223 126 115 0 52 351 114 41
Binary 10100 100010 10010011 1010110 1001101 0 101010 11101001 1001100 100001

Color Harmonies of #142293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142293

Black with #142293

Text Example


Text Example

White with #142293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142293; }

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

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

background-color css

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

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

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

border-color css

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

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

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