Html Css Color HEX #14569D Endeavour

📋 copy color: '#14569D'

red 20 ◦ green 86 ◦ blue 157

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

Shades of Endeavour #14569D

Tints of Endeavour #14569D

RGB

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

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

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

R = 7.6%
G = 32.7%
B = 59.7%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14569D (or 0x14569D) is known color: Endeavour. HEX triplet: 14, 56 and 9D. RGB value is (20,86,157). Sum of RGB (Red+Green+Blue) = 20+86+157=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #14569D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14569D is #EBA962. Grayscale: #4A4A4A. Windows color (decimal): -15444323 or 10311188. OLE color: 10311188.

HSL color Cylindrical-coordinate representation of color #14569D: hue angle of 211.09º 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 #14569D is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 86 157 -
CMYK 0.87 0.45 0 0.38
HSL 211.09º 0.77% 0.35% -
HSV(B) 211.09º 0.87% 0.62% -
XYZ 9.7 9.24 33.17 -
YUV 74.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 20 86 157 0.87 0.45 0 0.38 211.09 0.77 0.35
Hex 14 56 9D 57 2D 0 26 D3 4D 23
Octal 24 126 235 127 55 0 46 323 115 43
Binary 10100 1010110 10011101 1010111 101101 0 100110 11010011 1001101 100011

Color Harmonies of #14569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14569D

Black with #14569D

Text Example


Text Example

White with #14569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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