Html Css Color HEX #142092 Ultramarine

📋 copy color: '#142092'

red 20 ◦ green 32 ◦ blue 146

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

Shades of Ultramarine #142092

Tints of Ultramarine #142092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 10.1%
G = 16.16%
B = 73.74%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142092 (or 0x142092) is known color: Ultramarine. HEX triplet: 14, 20 and 92. RGB value is (20,32,146). Sum of RGB (Red+Green+Blue) = 20+32+146=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #142092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142092 is #EBDF6D. Grayscale: #282828. Windows color (decimal): -15458158 or 9576468. OLE color: 9576468.

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

Color convert

RGB 20 32 146 -
CMYK 0.86 0.78 0 0.43
HSL 234.29º 0.76% 0.33% -
HSV(B) 234.29º 0.86% 0.57% -
XYZ 5.99 3.26 27.51 -
YUV 41.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 20 32 146 0.86 0.78 0 0.43 234.29 0.76 0.33
Hex 14 20 92 56 4E 0 2B EA 4C 21
Octal 24 40 222 126 116 0 53 352 114 41
Binary 10100 100000 10010010 1010110 1001110 0 101011 11101010 1001100 100001

Color Harmonies of #142092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142092

Black with #142092

Text Example


Text Example

White with #142092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142092; }

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

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

background-color css

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

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

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

border-color css

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

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

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