Html Css Color HEX #14609B Endeavour

📋 copy color: '#14609B'

red 20 ◦ green 96 ◦ blue 155

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

Shades of Endeavour #14609B

Tints of Endeavour #14609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 7.38%
G = 35.42%
B = 57.2%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14609B (or 0x14609B) is known color: Endeavour. HEX triplet: 14, 60 and 9B. RGB value is (20,96,155). Sum of RGB (Red+Green+Blue) = 20+96+155=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #14609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14609B is #EB9F64. Grayscale: #4F4F4F. Windows color (decimal): -15441765 or 10182676. OLE color: 10182676.

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

Color convert

RGB 20 96 155 -
CMYK 0.87 0.38 0 0.39
HSL 206.22º 0.77% 0.34% -
HSV(B) 206.22º 0.87% 0.61% -
XYZ 10.39 10.88 32.56 -
YUV 80 170.32 85.2 -
System Red Green Blue C M Y K H S L
Decimal 20 96 155 0.87 0.38 0 0.39 206.22 0.77 0.34
Hex 14 60 9B 57 26 0 27 CE 4D 22
Octal 24 140 233 127 46 0 47 316 115 42
Binary 10100 1100000 10011011 1010111 100110 0 100111 11001110 1001101 100010

Color Harmonies of #14609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14609B

Black with #14609B

Text Example


Text Example

White with #14609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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