Html Css Color HEX #14559B Endeavour

📋 copy color: '#14559B'

red 20 ◦ green 85 ◦ blue 155

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

Shades of Endeavour #14559B

Tints of Endeavour #14559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

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

R = 7.69%
G = 32.69%
B = 59.62%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14559B (or 0x14559B) is known color: Endeavour. HEX triplet: 14, 55 and 9B. RGB value is (20,85,155). Sum of RGB (Red+Green+Blue) = 20+85+155=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #14559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14559B is #EBAA64. Grayscale: #494949. Windows color (decimal): -15444581 or 10179860. OLE color: 10179860.

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

Color convert

RGB 20 85 155 -
CMYK 0.87 0.45 0 0.39
HSL 211.11º 0.77% 0.34% -
HSV(B) 211.11º 0.87% 0.61% -
XYZ 9.45 9.01 32.25 -
YUV 73.55 173.97 89.81 -
System Red Green Blue C M Y K H S L
Decimal 20 85 155 0.87 0.45 0 0.39 211.11 0.77 0.34
Hex 14 55 9B 57 2D 0 27 D3 4D 22
Octal 24 125 233 127 55 0 47 323 115 42
Binary 10100 1010101 10011011 1010111 101101 0 100111 11010011 1001101 100010

Color Harmonies of #14559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14559B

Black with #14559B

Text Example


Text Example

White with #14559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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