Html Css Color HEX #140992 Ultramarine

📋 copy color: '#140992'

red 20 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #140992

Tints of Ultramarine #140992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

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

R = 11.43%
G = 5.14%
B = 83.43%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#140992 (or 0x140992) is known color: Ultramarine. HEX triplet: 14, 09 and 92. RGB value is (20,9,146). Sum of RGB (Red+Green+Blue) = 20+9+146=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 146 (57.42% from 255 or 83.43% from 175); Max value from RGB is 146 - color contains mainly: blue. Hex color #140992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140992 is #EBF66D. Grayscale: #1B1B1B. Windows color (decimal): -15464046 or 9570580. OLE color: 9570580.

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

Color convert

RGB 20 9 146 -
CMYK 0.86 0.94 0 0.43
HSL 244.82º 0.88% 0.3% -
HSV(B) 244.82º 0.94% 0.57% -
XYZ 5.57 2.42 27.37 -
YUV 27.91 194.64 122.36 -
System Red Green Blue C M Y K H S L
Decimal 20 9 146 0.86 0.94 0 0.43 244.82 0.88 0.3
Hex 14 9 92 56 5E 0 2B F5 58 1E
Octal 24 11 222 126 136 0 53 365 130 36
Binary 10100 1001 10010010 1010110 1011110 0 101011 11110101 1011000 11110

Color Harmonies of #140992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140992

Black with #140992

Text Example


Text Example

White with #140992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140992; }

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

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

background-color css

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

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

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

border-color css

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

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

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