Html Css Color HEX #14599C Endeavour

📋 copy color: '#14599C'

red 20 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #14599C

Tints of Endeavour #14599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 7.55%
G = 33.58%
B = 58.87%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14599C (or 0x14599C) is known color: Endeavour. HEX triplet: 14, 59 and 9C. RGB value is (20,89,156). Sum of RGB (Red+Green+Blue) = 20+89+156=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #14599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14599C is #EBA663. Grayscale: #4B4B4B. Windows color (decimal): -15443556 or 10246420. OLE color: 10246420.

HSL color Cylindrical-coordinate representation of color #14599C: hue angle of 209.56º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14599C is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 89 156 -
CMYK 0.87 0.43 0 0.39
HSL 209.56º 0.77% 0.35% -
HSV(B) 209.56º 0.87% 0.61% -
XYZ 9.86 9.69 32.8 -
YUV 76.01 173.14 88.05 -
System Red Green Blue C M Y K H S L
Decimal 20 89 156 0.87 0.43 0 0.39 209.56 0.77 0.35
Hex 14 59 9C 57 2B 0 27 D2 4D 23
Octal 24 131 234 127 53 0 47 322 115 43
Binary 10100 1011001 10011100 1010111 101011 0 100111 11010010 1001101 100011

Color Harmonies of #14599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14599C

Black with #14599C

Text Example


Text Example

White with #14599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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