Html Css Color HEX #14609D Endeavour

📋 copy color: '#14609D'

red 20 ◦ green 96 ◦ blue 157

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

Shades of Endeavour #14609D

Tints of Endeavour #14609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.16%

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

R = 7.33%
G = 35.16%
B = 57.51%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14609D (or 0x14609D) is known color: Endeavour. HEX triplet: 14, 60 and 9D. RGB value is (20,96,157). Sum of RGB (Red+Green+Blue) = 20+96+157=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #14609D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14609D is #EB9F62. Grayscale: #4F4F4F. Windows color (decimal): -15441763 or 10313748. OLE color: 10313748.

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

Color convert

RGB 20 96 157 -
CMYK 0.87 0.39 0 0.38
HSL 206.72º 0.77% 0.35% -
HSV(B) 206.72º 0.87% 0.62% -
XYZ 10.56 10.95 33.46 -
YUV 80.23 171.32 85.04 -
System Red Green Blue C M Y K H S L
Decimal 20 96 157 0.87 0.39 0 0.38 206.72 0.77 0.35
Hex 14 60 9D 57 27 0 26 CF 4D 23
Octal 24 140 235 127 47 0 46 317 115 43
Binary 10100 1100000 10011101 1010111 100111 0 100110 11001111 1001101 100011

Color Harmonies of #14609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14609D

Black with #14609D

Text Example


Text Example

White with #14609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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