Html Css Color HEX #14538F Endeavour

📋 copy color: '#14538F'

red 20 ◦ green 83 ◦ blue 143

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

Shades of Endeavour #14538F

Tints of Endeavour #14538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 8.13%
G = 33.74%
B = 58.13%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14538F (or 0x14538F) is known color: Endeavour. HEX triplet: 14, 53 and 8F. RGB value is (20,83,143). Sum of RGB (Red+Green+Blue) = 20+83+143=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #14538F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14538F is #EBAC70. Grayscale: #464646. Windows color (decimal): -15445105 or 9392916. OLE color: 9392916.

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

Color convert

RGB 20 83 143 -
CMYK 0.86 0.42 0 0.44
HSL 209.27º 0.75% 0.32% -
HSV(B) 209.27º 0.86% 0.56% -
XYZ 8.34 8.32 27.15 -
YUV 71 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 20 83 143 0.86 0.42 0 0.44 209.27 0.75 0.32
Hex 14 53 8F 56 2A 0 2C D1 4B 20
Octal 24 123 217 126 52 0 54 321 113 40
Binary 10100 1010011 10001111 1010110 101010 0 101100 11010001 1001011 100000

Color Harmonies of #14538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14538F

Black with #14538F

Text Example


Text Example

White with #14538F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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