Html Css Color HEX #14599E Endeavour

📋 copy color: '#14599E'

red 20 ◦ green 89 ◦ blue 158

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

Shades of Endeavour #14599E

Tints of Endeavour #14599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.18%

R = 7.49%
G = 33.33%
B = 59.18%

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

#14599E (or 0x14599E) is known color: Endeavour. HEX triplet: 14, 59 and 9E. RGB value is (20,89,158). Sum of RGB (Red+Green+Blue) = 20+89+158=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #14599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14599E is #EBA661. Grayscale: #4B4B4B. Windows color (decimal): -15443554 or 10377492. OLE color: 10377492.

HSL color Cylindrical-coordinate representation of color #14599E: hue angle of 210º degrees, saturation: 0.78, 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 #14599E is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 89 158 -
CMYK 0.87 0.44 0 0.38
HSL 210º 0.78% 0.35% -
HSV(B) 210º 0.87% 0.62% -
XYZ 10.03 9.76 33.7 -
YUV 76.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 20 89 158 0.87 0.44 0 0.38 210 0.78 0.35
Hex 14 59 9E 57 2C 0 26 D2 4E 23
Octal 24 131 236 127 54 0 46 322 116 43
Binary 10100 1011001 10011110 1010111 101100 0 100110 11010010 1001110 100011

Color Harmonies of #14599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14599E

Black with #14599E

Text Example


Text Example

White with #14599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14599E; }

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

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

background-color css

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

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

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

border-color css

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

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

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