Html Css Color HEX #14629C Endeavour

📋 copy color: '#14629C'

red 20 ◦ green 98 ◦ blue 156

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

Shades of Endeavour #14629C

Tints of Endeavour #14629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 7.3%
G = 35.77%
B = 56.93%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14629C (or 0x14629C) is known color: Endeavour. HEX triplet: 14, 62 and 9C. RGB value is (20,98,156). Sum of RGB (Red+Green+Blue) = 20+98+156=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #14629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14629C is #EB9D63. Grayscale: #505050. Windows color (decimal): -15441252 or 10248724. OLE color: 10248724.

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

Color convert

RGB 20 98 156 -
CMYK 0.87 0.37 0 0.39
HSL 205.59º 0.77% 0.35% -
HSV(B) 205.59º 0.87% 0.61% -
XYZ 10.66 11.28 33.07 -
YUV 81.29 170.16 84.28 -
System Red Green Blue C M Y K H S L
Decimal 20 98 156 0.87 0.37 0 0.39 205.59 0.77 0.35
Hex 14 62 9C 57 25 0 27 CE 4D 23
Octal 24 142 234 127 45 0 47 316 115 43
Binary 10100 1100010 10011100 1010111 100101 0 100111 11001110 1001101 100011

Color Harmonies of #14629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14629C

Black with #14629C

Text Example


Text Example

White with #14629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14629C; }

 p { color: rgb(20,98,156); }

 H1.HeaderClassName
 {
   color: #14629C;
 }
 .AnyTagClassName
 {
   color: #14629C;
 }
</style>

background-color css

<style>
 a { background-color: #14629C; }

 a { background-color: rgb(20,98,156); }

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

border-color css

<style>
 span { border-color: #14629C; }

 span { border-color: rgb(20,98,156); }

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