Html Css Color HEX #145699 Endeavour

📋 copy color: '#145699'

red 20 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #145699

Tints of Endeavour #145699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 7.72%
G = 33.2%
B = 59.07%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#145699 (or 0x145699) is known color: Endeavour. HEX triplet: 14, 56 and 99. RGB value is (20,86,153). Sum of RGB (Red+Green+Blue) = 20+86+153=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #145699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145699 is #EBA966. Grayscale: #494949. Windows color (decimal): -15444327 or 10049044. OLE color: 10049044.

HSL color Cylindrical-coordinate representation of color #145699: hue angle of 210.23º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145699 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 86 153 -
CMYK 0.87 0.44 0 0.4
HSL 210.23º 0.77% 0.34% -
HSV(B) 210.23º 0.87% 0.6% -
XYZ 9.37 9.1 31.4 -
YUV 73.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 20 86 153 0.87 0.44 0 0.4 210.23 0.77 0.34
Hex 14 56 99 57 2C 0 28 D2 4D 22
Octal 24 126 231 127 54 0 50 322 115 42
Binary 10100 1010110 10011001 1010111 101100 0 101000 11010010 1001101 100010

Color Harmonies of #145699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145699

Black with #145699

Text Example


Text Example

White with #145699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145699; }

 p { color: rgb(20,86,153); }

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

background-color css

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

 a { background-color: rgb(20,86,153); }

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

border-color css

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

 span { border-color: rgb(20,86,153); }

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