Html Css Color HEX #140891 Ultramarine

📋 copy color: '#140891'

red 20 ◦ green 8 ◦ blue 145

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

Shades of Ultramarine #140891

Tints of Ultramarine #140891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 11.56%
G = 4.62%
B = 83.82%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#140891 (or 0x140891) is known color: Ultramarine. HEX triplet: 14, 08 and 91. RGB value is (20,8,145). Sum of RGB (Red+Green+Blue) = 20+8+145=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 145 (57.03% from 255 or 83.82% from 173); Max value from RGB is 145 - color contains mainly: blue. Hex color #140891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140891 is #EBF76E. Grayscale: #1A1A1A. Windows color (decimal): -15464303 or 9504788. OLE color: 9504788.

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

Color convert

RGB 20 8 145 -
CMYK 0.86 0.94 0 0.43
HSL 245.26º 0.9% 0.3% -
HSV(B) 245.26º 0.94% 0.57% -
XYZ 5.49 2.37 26.96 -
YUV 27.21 194.48 122.86 -
System Red Green Blue C M Y K H S L
Decimal 20 8 145 0.86 0.94 0 0.43 245.26 0.9 0.3
Hex 14 8 91 56 5E 0 2B F5 5A 1E
Octal 24 10 221 126 136 0 53 365 132 36
Binary 10100 1000 10010001 1010110 1011110 0 101011 11110101 1011010 11110

Color Harmonies of #140891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140891

Black with #140891

Text Example


Text Example

White with #140891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140891; }

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

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

background-color css

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

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

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

border-color css

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

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

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