Html Css Color HEX #145991 Endeavour

📋 copy color: '#145991'

red 20 ◦ green 89 ◦ blue 145

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

Shades of Endeavour #145991

Tints of Endeavour #145991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

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

R = 7.87%
G = 35.04%
B = 57.09%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#145991 (or 0x145991) is known color: Endeavour. HEX triplet: 14, 59 and 91. RGB value is (20,89,145). Sum of RGB (Red+Green+Blue) = 20+89+145=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #145991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145991 is #EBA66E. Grayscale: #4A4A4A. Windows color (decimal): -15443567 or 9525524. OLE color: 9525524.

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

Color convert

RGB 20 89 145 -
CMYK 0.86 0.39 0 0.43
HSL 206.88º 0.76% 0.32% -
HSV(B) 206.88º 0.86% 0.57% -
XYZ 8.97 9.34 28.12 -
YUV 74.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 20 89 145 0.86 0.39 0 0.43 206.88 0.76 0.32
Hex 14 59 91 56 27 0 2B CF 4C 20
Octal 24 131 221 126 47 0 53 317 114 40
Binary 10100 1011001 10010001 1010110 100111 0 101011 11001111 1001100 100000

Color Harmonies of #145991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145991

Black with #145991

Text Example


Text Example

White with #145991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145991; }

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

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

background-color css

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

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

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

border-color css

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

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

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