Html Css Color HEX #14649A Endeavour

📋 copy color: '#14649A'

red 20 ◦ green 100 ◦ blue 154

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

Shades of Endeavour #14649A

Tints of Endeavour #14649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

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

R = 7.3%
G = 36.5%
B = 56.2%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#14649A (or 0x14649A) is known color: Endeavour. HEX triplet: 14, 64 and 9A. RGB value is (20,100,154). Sum of RGB (Red+Green+Blue) = 20+100+154=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #14649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14649A is #EB9B65. Grayscale: #515151. Windows color (decimal): -15440742 or 10118164. OLE color: 10118164.

HSL color Cylindrical-coordinate representation of color #14649A: hue angle of 204.18º 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 #14649A is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 100 154 -
CMYK 0.87 0.35 0 0.40
HSL 204.18º 0.77% 0.34% -
HSV(B) 204.18º 0.87% 0.6% -
XYZ 10.68 11.6 32.25 -
YUV 82.24 168.5 83.61 -
System Red Green Blue C M Y K H S L
Decimal 20 100 154 0.87 0.35 0 0.40 204.18 0.77 0.34
Hex 14 64 9A 57 23 0 28 CC 4D 22
Octal 24 144 232 127 43 0 50 314 115 42
Binary 10100 1100100 10011010 1010111 100011 0 101000 11001100 1001101 100010

Color Harmonies of #14649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14649A

Black with #14649A

Text Example


Text Example

White with #14649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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