Html Css Color HEX #141690 Ultramarine

📋 copy color: '#141690'

red 20 ◦ green 22 ◦ blue 144

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

Shades of Ultramarine #141690

Tints of Ultramarine #141690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

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

R = 10.75%
G = 11.83%
B = 77.42%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#141690 (or 0x141690) is known color: Ultramarine. HEX triplet: 14, 16 and 90. RGB value is (20,22,144). Sum of RGB (Red+Green+Blue) = 20+22+144=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #141690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141690 is #EBE96F. Grayscale: #222222. Windows color (decimal): -15460720 or 9442836. OLE color: 9442836.

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

Color convert

RGB 20 22 144 -
CMYK 0.86 0.85 0 0.44
HSL 239.03º 0.76% 0.32% -
HSV(B) 239.03º 0.86% 0.56% -
XYZ 5.61 2.74 26.62 -
YUV 35.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 20 22 144 0.86 0.85 0 0.44 239.03 0.76 0.32
Hex 14 16 90 56 55 0 2C EF 4C 20
Octal 24 26 220 126 125 0 54 357 114 40
Binary 10100 10110 10010000 1010110 1010101 0 101100 11101111 1001100 100000

Color Harmonies of #141690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141690

Black with #141690

Text Example


Text Example

White with #141690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141690; }

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

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

background-color css

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

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

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

border-color css

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

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

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