Html Css Color HEX #140490 Ultramarine

📋 copy color: '#140490'

red 20 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #140490

Tints of Ultramarine #140490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 85.71%

R = 11.9%
G = 2.38%
B = 85.71%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#140490 (or 0x140490) is known color: Ultramarine. HEX triplet: 14, 04 and 90. RGB value is (20,4,144). Sum of RGB (Red+Green+Blue) = 20+4+144=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #140490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140490 is #EBFB6F. Grayscale: #181818. Windows color (decimal): -15465328 or 9438228. OLE color: 9438228.

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

Color convert

RGB 20 4 144 -
CMYK 0.86 0.97 0 0.44
HSL 246.86º 0.95% 0.29% -
HSV(B) 246.86º 0.97% 0.56% -
XYZ 5.37 2.25 26.54 -
YUV 24.74 195.3 124.62 -
System Red Green Blue C M Y K H S L
Decimal 20 4 144 0.86 0.97 0 0.44 246.86 0.95 0.29
Hex 14 4 90 56 61 0 2C F7 5F 1D
Octal 24 4 220 126 141 0 54 367 137 35
Binary 10100 100 10010000 1010110 1100001 0 101100 11110111 1011111 11101

Color Harmonies of #140490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140490

Black with #140490

Text Example


Text Example

White with #140490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140490; }

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

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

background-color css

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

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

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

border-color css

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

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

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