Html Css Color HEX #145590 Endeavour

📋 copy color: '#145590'

red 20 ◦ green 85 ◦ blue 144

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

Shades of Endeavour #145590

Tints of Endeavour #145590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.14%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 8.03%
G = 34.14%
B = 57.83%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#145590 (or 0x145590) is known color: Endeavour. HEX triplet: 14, 55 and 90. RGB value is (20,85,144). Sum of RGB (Red+Green+Blue) = 20+85+144=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #145590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145590 is #EBAA6F. Grayscale: #474747. Windows color (decimal): -15444592 or 9458964. OLE color: 9458964.

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

Color convert

RGB 20 85 144 -
CMYK 0.86 0.41 0 0.44
HSL 208.55º 0.76% 0.32% -
HSV(B) 208.55º 0.86% 0.56% -
XYZ 8.57 8.66 27.61 -
YUV 72.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 20 85 144 0.86 0.41 0 0.44 208.55 0.76 0.32
Hex 14 55 90 56 29 0 2C D1 4C 20
Octal 24 125 220 126 51 0 54 321 114 40
Binary 10100 1010101 10010000 1010110 101001 0 101100 11010001 1001100 100000

Color Harmonies of #145590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145590

Black with #145590

Text Example


Text Example

White with #145590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145590; }

 p { color: rgb(20,85,144); }

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

background-color css

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

 a { background-color: rgb(20,85,144); }

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

border-color css

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

 span { border-color: rgb(20,85,144); }

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