Html Css Color HEX #141291 Ultramarine

📋 copy color: '#141291'

red 20 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #141291

Tints of Ultramarine #141291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 10.93%
G = 9.84%
B = 79.23%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141291 (or 0x141291) is known color: Ultramarine. HEX triplet: 14, 12 and 91. RGB value is (20,18,145). Sum of RGB (Red+Green+Blue) = 20+18+145=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #141291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141291 is #EBED6E. Grayscale: #202020. Windows color (decimal): -15461743 or 9507348. OLE color: 9507348.

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

Color convert

RGB 20 18 145 -
CMYK 0.86 0.88 0 0.43
HSL 240.94º 0.78% 0.32% -
HSV(B) 240.94º 0.88% 0.57% -
XYZ 5.62 2.63 27 -
YUV 33.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 20 18 145 0.86 0.88 0 0.43 240.94 0.78 0.32
Hex 14 12 91 56 58 0 2B F1 4E 20
Octal 24 22 221 126 130 0 53 361 116 40
Binary 10100 10010 10010001 1010110 1011000 0 101011 11110001 1001110 100000

Color Harmonies of #141291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141291

Black with #141291

Text Example


Text Example

White with #141291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141291; }

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

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

background-color css

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

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

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

border-color css

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

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

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