Html Css Color HEX #14568D Endeavour

📋 copy color: '#14568D'

red 20 ◦ green 86 ◦ blue 141

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

Shades of Endeavour #14568D

Tints of Endeavour #14568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 8.1%
G = 34.82%
B = 57.09%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14568D (or 0x14568D) is known color: Endeavour. HEX triplet: 14, 56 and 8D. RGB value is (20,86,141). Sum of RGB (Red+Green+Blue) = 20+86+141=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #14568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14568D is #EBA972. Grayscale: #484848. Windows color (decimal): -15444339 or 9262612. OLE color: 9262612.

HSL color Cylindrical-coordinate representation of color #14568D: hue angle of 207.27º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14568D is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 86 141 -
CMYK 0.86 0.39 0 0.45
HSL 207.27º 0.75% 0.32% -
HSV(B) 207.27º 0.86% 0.55% -
XYZ 8.42 8.73 26.44 -
YUV 72.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 20 86 141 0.86 0.39 0 0.45 207.27 0.75 0.32
Hex 14 56 8D 56 27 0 2D CF 4B 20
Octal 24 126 215 126 47 0 55 317 113 40
Binary 10100 1010110 10001101 1010110 100111 0 101101 11001111 1001011 100000

Color Harmonies of #14568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14568D

Black with #14568D

Text Example


Text Example

White with #14568D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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