Html Css Color HEX #14569E Endeavour

📋 copy color: '#14569E'

red 20 ◦ green 86 ◦ blue 158

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

Shades of Endeavour #14569E

Tints of Endeavour #14569E

RGB

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

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

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

R = 7.58%
G = 32.58%
B = 59.85%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14569E (or 0x14569E) is known color: Endeavour. HEX triplet: 14, 56 and 9E. RGB value is (20,86,158). Sum of RGB (Red+Green+Blue) = 20+86+158=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #14569E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14569E is #EBA961. Grayscale: #4A4A4A. Windows color (decimal): -15444322 or 10376724. OLE color: 10376724.

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

Color convert

RGB 20 86 158 -
CMYK 0.87 0.46 0 0.38
HSL 211.3º 0.78% 0.35% -
HSV(B) 211.3º 0.87% 0.62% -
XYZ 9.79 9.27 33.62 -
YUV 74.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 20 86 158 0.87 0.46 0 0.38 211.3 0.78 0.35
Hex 14 56 9E 57 2E 0 26 D3 4E 23
Octal 24 126 236 127 56 0 46 323 116 43
Binary 10100 1010110 10011110 1010111 101110 0 100110 11010011 1001110 100011

Color Harmonies of #14569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14569E

Black with #14569E

Text Example


Text Example

White with #14569E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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