Html Css Color HEX #141091 Ultramarine

📋 copy color: '#141091'

red 20 ◦ green 16 ◦ blue 145

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

Shades of Ultramarine #141091

Tints of Ultramarine #141091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 11.05%
G = 8.84%
B = 80.11%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#141091 (or 0x141091) is known color: Ultramarine. HEX triplet: 14, 10 and 91. RGB value is (20,16,145). Sum of RGB (Red+Green+Blue) = 20+16+145=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #141091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141091 is #EBEF6E. Grayscale: #1F1F1F. Windows color (decimal): -15462255 or 9506836. OLE color: 9506836.

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

Color convert

RGB 20 16 145 -
CMYK 0.86 0.89 0 0.43
HSL 241.86º 0.8% 0.32% -
HSV(B) 241.86º 0.89% 0.57% -
XYZ 5.58 2.56 26.99 -
YUV 31.9 191.83 119.51 -
System Red Green Blue C M Y K H S L
Decimal 20 16 145 0.86 0.89 0 0.43 241.86 0.8 0.32
Hex 14 10 91 56 59 0 2B F2 50 20
Octal 24 20 221 126 131 0 53 362 120 40
Binary 10100 10000 10010001 1010110 1011001 0 101011 11110010 1010000 100000

Color Harmonies of #141091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141091

Black with #141091

Text Example


Text Example

White with #141091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141091; }

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

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

background-color css

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

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

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

border-color css

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

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

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