Html Css Color HEX #142091 Ultramarine

📋 copy color: '#142091'

red 20 ◦ green 32 ◦ blue 145

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

Shades of Ultramarine #142091

Tints of Ultramarine #142091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 73.6%

R = 10.15%
G = 16.24%
B = 73.6%

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

#142091 (or 0x142091) is known color: Ultramarine. HEX triplet: 14, 20 and 91. RGB value is (20,32,145). Sum of RGB (Red+Green+Blue) = 20+32+145=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #142091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142091 is #EBDF6E. Grayscale: #282828. Windows color (decimal): -15458159 or 9510932. OLE color: 9510932.

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

Color convert

RGB 20 32 145 -
CMYK 0.86 0.78 0 0.43
HSL 234.24º 0.76% 0.32% -
HSV(B) 234.24º 0.86% 0.57% -
XYZ 5.92 3.23 27.1 -
YUV 41.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 20 32 145 0.86 0.78 0 0.43 234.24 0.76 0.32
Hex 14 20 91 56 4E 0 2B EA 4C 20
Octal 24 40 221 126 116 0 53 352 114 40
Binary 10100 100000 10010001 1010110 1001110 0 101011 11101010 1001100 100000

Color Harmonies of #142091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142091

Black with #142091

Text Example


Text Example

White with #142091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142091; }

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

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

background-color css

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

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

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

border-color css

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

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

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