Html Css Color HEX #141891 Ultramarine

📋 copy color: '#141891'

red 20 ◦ green 24 ◦ blue 145

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

Shades of Ultramarine #141891

Tints of Ultramarine #141891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

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

R = 10.58%
G = 12.7%
B = 76.72%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141891 (or 0x141891) is known color: Ultramarine. HEX triplet: 14, 18 and 91. RGB value is (20,24,145). Sum of RGB (Red+Green+Blue) = 20+24+145=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #141891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141891 is #EBE76E. Grayscale: #242424. Windows color (decimal): -15460207 or 9508884. OLE color: 9508884.

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

Color convert

RGB 20 24 145 -
CMYK 0.86 0.83 0 0.43
HSL 238.08º 0.76% 0.32% -
HSV(B) 238.08º 0.86% 0.57% -
XYZ 5.73 2.85 27.04 -
YUV 36.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 20 24 145 0.86 0.83 0 0.43 238.08 0.76 0.32
Hex 14 18 91 56 53 0 2B EE 4C 20
Octal 24 30 221 126 123 0 53 356 114 40
Binary 10100 11000 10010001 1010110 1010011 0 101011 11101110 1001100 100000

Color Harmonies of #141891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141891

Black with #141891

Text Example


Text Example

White with #141891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141891; }

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

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

background-color css

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

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

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

border-color css

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

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

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