Html Css Color HEX #141590 Ultramarine

📋 copy color: '#141590'

red 20 ◦ green 21 ◦ blue 144

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

Shades of Ultramarine #141590

Tints of Ultramarine #141590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

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

R = 10.81%
G = 11.35%
B = 77.84%

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

#141590 (or 0x141590) is known color: Ultramarine. HEX triplet: 14, 15 and 90. RGB value is (20,21,144). Sum of RGB (Red+Green+Blue) = 20+21+144=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #141590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141590 is #EBEA6F. Grayscale: #222222. Windows color (decimal): -15460976 or 9442580. OLE color: 9442580.

HSL color Cylindrical-coordinate representation of color #141590: hue angle of 239.52º 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 #141590 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 21 144 -
CMYK 0.86 0.85 0 0.44
HSL 239.52º 0.76% 0.32% -
HSV(B) 239.52º 0.86% 0.56% -
XYZ 5.59 2.7 26.61 -
YUV 34.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 20 21 144 0.86 0.85 0 0.44 239.52 0.76 0.32
Hex 14 15 90 56 55 0 2C F0 4C 20
Octal 24 25 220 126 125 0 54 360 114 40
Binary 10100 10101 10010000 1010110 1010101 0 101100 11110000 1001100 100000

Color Harmonies of #141590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141590

Black with #141590

Text Example


Text Example

White with #141590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141590; }

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

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

background-color css

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

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

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

border-color css

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

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

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