Html Css Color HEX #14589D Endeavour

📋 copy color: '#14589D'

red 20 ◦ green 88 ◦ blue 157

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

Shades of Endeavour #14589D

Tints of Endeavour #14589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 7.55%
G = 33.21%
B = 59.25%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14589D (or 0x14589D) is known color: Endeavour. HEX triplet: 14, 58 and 9D. RGB value is (20,88,157). Sum of RGB (Red+Green+Blue) = 20+88+157=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #14589D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14589D is #EBA762. Grayscale: #4B4B4B. Windows color (decimal): -15443811 or 10311700. OLE color: 10311700.

HSL color Cylindrical-coordinate representation of color #14589D: hue angle of 210.22º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14589D is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 88 157 -
CMYK 0.87 0.44 0 0.38
HSL 210.22º 0.77% 0.35% -
HSV(B) 210.22º 0.87% 0.62% -
XYZ 9.86 9.56 33.22 -
YUV 75.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 20 88 157 0.87 0.44 0 0.38 210.22 0.77 0.35
Hex 14 58 9D 57 2C 0 26 D2 4D 23
Octal 24 130 235 127 54 0 46 322 115 43
Binary 10100 1011000 10011101 1010111 101100 0 100110 11010010 1001101 100011

Color Harmonies of #14589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14589D

Black with #14589D

Text Example


Text Example

White with #14589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14589D; }

 p { color: rgb(20,88,157); }

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

background-color css

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

 a { background-color: rgb(20,88,157); }

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

border-color css

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

 span { border-color: rgb(20,88,157); }

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