Html Css Color HEX #140491 Ultramarine

📋 copy color: '#140491'

red 20 ◦ green 4 ◦ blue 145

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

Shades of Ultramarine #140491

Tints of Ultramarine #140491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

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

R = 11.83%
G = 2.37%
B = 85.8%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#140491 (or 0x140491) is known color: Ultramarine. HEX triplet: 14, 04 and 91. RGB value is (20,4,145). Sum of RGB (Red+Green+Blue) = 20+4+145=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 145 (57.03% from 255 or 85.80% from 169); Max value from RGB is 145 - color contains mainly: blue. Hex color #140491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140491 is #EBFB6E. Grayscale: #181818. Windows color (decimal): -15465327 or 9503764. OLE color: 9503764.

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

Color convert

RGB 20 4 145 -
CMYK 0.86 0.97 0 0.43
HSL 246.81º 0.95% 0.29% -
HSV(B) 246.81º 0.97% 0.57% -
XYZ 5.44 2.28 26.94 -
YUV 24.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 20 4 145 0.86 0.97 0 0.43 246.81 0.95 0.29
Hex 14 4 91 56 61 0 2B F7 5F 1D
Octal 24 4 221 126 141 0 53 367 137 35
Binary 10100 100 10010001 1010110 1100001 0 101011 11110111 1011111 11101

Color Harmonies of #140491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140491

Black with #140491

Text Example


Text Example

White with #140491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140491; }

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

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

background-color css

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

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

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

border-color css

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

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

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