Html Css Color HEX #14639D Endeavour

📋 copy color: '#14639D'

red 20 ◦ green 99 ◦ blue 157

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

Shades of Endeavour #14639D

Tints of Endeavour #14639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 7.25%
G = 35.87%
B = 56.88%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14639D (or 0x14639D) is known color: Endeavour. HEX triplet: 14, 63 and 9D. RGB value is (20,99,157). Sum of RGB (Red+Green+Blue) = 20+99+157=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #14639D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14639D is #EB9C62. Grayscale: #515151. Windows color (decimal): -15440995 or 10314516. OLE color: 10314516.

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

Color convert

RGB 20 99 157 -
CMYK 0.87 0.37 0 0.38
HSL 205.4º 0.77% 0.35% -
HSV(B) 205.4º 0.87% 0.62% -
XYZ 10.84 11.51 33.55 -
YUV 81.99 170.33 83.78 -
System Red Green Blue C M Y K H S L
Decimal 20 99 157 0.87 0.37 0 0.38 205.4 0.77 0.35
Hex 14 63 9D 57 25 0 26 CD 4D 23
Octal 24 143 235 127 45 0 46 315 115 43
Binary 10100 1100011 10011101 1010111 100101 0 100110 11001101 1001101 100011

Color Harmonies of #14639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14639D

Black with #14639D

Text Example


Text Example

White with #14639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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