Html Css Color HEX #14639A Endeavour

📋 copy color: '#14639A'

red 20 ◦ green 99 ◦ blue 154

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

Shades of Endeavour #14639A

Tints of Endeavour #14639A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 56.41%

R = 7.33%
G = 36.26%
B = 56.41%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#14639A (or 0x14639A) is known color: Endeavour. HEX triplet: 14, 63 and 9A. RGB value is (20,99,154). Sum of RGB (Red+Green+Blue) = 20+99+154=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #14639A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14639A is #EB9C65. Grayscale: #515151. Windows color (decimal): -15440998 or 10117908. OLE color: 10117908.

HSL color Cylindrical-coordinate representation of color #14639A: hue angle of 204.63º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14639A is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 99 154 -
CMYK 0.87 0.36 0 0.40
HSL 204.63º 0.77% 0.34% -
HSV(B) 204.63º 0.87% 0.6% -
XYZ 10.58 11.41 32.22 -
YUV 81.65 168.83 84.03 -
System Red Green Blue C M Y K H S L
Decimal 20 99 154 0.87 0.36 0 0.40 204.63 0.77 0.34
Hex 14 63 9A 57 24 0 28 CD 4D 22
Octal 24 143 232 127 44 0 50 315 115 42
Binary 10100 1100011 10011010 1010111 100100 0 101000 11001101 1001101 100010

Color Harmonies of #14639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14639A

Black with #14639A

Text Example


Text Example

White with #14639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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