Html Css Color HEX #14568F Endeavour

📋 copy color: '#14568F'

red 20 ◦ green 86 ◦ blue 143

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

Shades of Endeavour #14568F

Tints of Endeavour #14568F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

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

R = 8.03%
G = 34.54%
B = 57.43%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14568F (or 0x14568F) is known color: Endeavour. HEX triplet: 14, 56 and 8F. RGB value is (20,86,143). Sum of RGB (Red+Green+Blue) = 20+86+143=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #14568F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14568F is #EBA970. Grayscale: #484848. Windows color (decimal): -15444337 or 9393684. OLE color: 9393684.

HSL color Cylindrical-coordinate representation of color #14568F: hue angle of 207.8º 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 #14568F is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 86 143 -
CMYK 0.86 0.40 0 0.44
HSL 207.8º 0.75% 0.32% -
HSV(B) 207.8º 0.86% 0.56% -
XYZ 8.57 8.79 27.23 -
YUV 72.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 20 86 143 0.86 0.40 0 0.44 207.8 0.75 0.32
Hex 14 56 8F 56 28 0 2C D0 4B 20
Octal 24 126 217 126 50 0 54 320 113 40
Binary 10100 1010110 10001111 1010110 101000 0 101100 11010000 1001011 100000

Color Harmonies of #14568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14568F

Black with #14568F

Text Example


Text Example

White with #14568F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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