Html Css Color HEX #14659B Endeavour

📋 copy color: '#14659B'

red 20 ◦ green 101 ◦ blue 155

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

Shades of Endeavour #14659B

Tints of Endeavour #14659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 7.25%
G = 36.59%
B = 56.16%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14659B (or 0x14659B) is known color: Endeavour. HEX triplet: 14, 65 and 9B. RGB value is (20,101,155). Sum of RGB (Red+Green+Blue) = 20+101+155=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #14659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14659B is #EB9A64. Grayscale: #525252. Windows color (decimal): -15440485 or 10183956. OLE color: 10183956.

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

Color convert

RGB 20 101 155 -
CMYK 0.87 0.35 0 0.39
HSL 204º 0.77% 0.34% -
HSV(B) 204º 0.87% 0.61% -
XYZ 10.86 11.82 32.72 -
YUV 82.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 20 101 155 0.87 0.35 0 0.39 204 0.77 0.34
Hex 14 65 9B 57 23 0 27 CC 4D 22
Octal 24 145 233 127 43 0 47 314 115 42
Binary 10100 1100101 10011011 1010111 100011 0 100111 11001100 1001101 100010

Color Harmonies of #14659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14659B

Black with #14659B

Text Example


Text Example

White with #14659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14659B; }

 p { color: rgb(20,101,155); }

 H1.HeaderClassName
 {
   color: #14659B;
 }
 .AnyTagClassName
 {
   color: #14659B;
 }
</style>

background-color css

<style>
 a { background-color: #14659B; }

 a { background-color: rgb(20,101,155); }

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

border-color css

<style>
 span { border-color: #14659B; }

 span { border-color: rgb(20,101,155); }

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