Html Css Color HEX #14558F Endeavour

📋 copy color: '#14558F'

red 20 ◦ green 85 ◦ blue 143

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

Shades of Endeavour #14558F

Tints of Endeavour #14558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.66%

R = 8.06%
G = 34.27%
B = 57.66%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14558F (or 0x14558F) is known color: Endeavour. HEX triplet: 14, 55 and 8F. RGB value is (20,85,143). Sum of RGB (Red+Green+Blue) = 20+85+143=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #14558F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14558F is #EBAA70. Grayscale: #474747. Windows color (decimal): -15444593 or 9393428. OLE color: 9393428.

HSL color Cylindrical-coordinate representation of color #14558F: hue angle of 208.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14558F is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 85 143 -
CMYK 0.86 0.41 0 0.44
HSL 208.29º 0.75% 0.32% -
HSV(B) 208.29º 0.86% 0.56% -
XYZ 8.49 8.63 27.2 -
YUV 72.18 167.97 90.78 -
System Red Green Blue C M Y K H S L
Decimal 20 85 143 0.86 0.41 0 0.44 208.29 0.75 0.32
Hex 14 55 8F 56 29 0 2C D0 4B 20
Octal 24 125 217 126 51 0 54 320 113 40
Binary 10100 1010101 10001111 1010110 101001 0 101100 11010000 1001011 100000

Color Harmonies of #14558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14558F

Black with #14558F

Text Example


Text Example

White with #14558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14558F; }

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

 H1.HeaderClassName
 {
   color: #14558F;
 }
 .AnyTagClassName
 {
   color: #14558F;
 }
</style>

background-color css

<style>
 a { background-color: #14558F; }

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

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

border-color css

<style>
 span { border-color: #14558F; }

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

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