Html Css Color HEX #14528D Endeavour

📋 copy color: '#14528D'

red 20 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #14528D

Tints of Endeavour #14528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

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

R = 8.23%
G = 33.74%
B = 58.02%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14528D (or 0x14528D) is known color: Endeavour. HEX triplet: 14, 52 and 8D. RGB value is (20,82,141). Sum of RGB (Red+Green+Blue) = 20+82+141=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #14528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14528D is #EBAD72. Grayscale: #454545. Windows color (decimal): -15445363 or 9261588. OLE color: 9261588.

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

Color convert

RGB 20 82 141 -
CMYK 0.86 0.42 0 0.45
HSL 209.26º 0.75% 0.32% -
HSV(B) 209.26º 0.86% 0.55% -
XYZ 8.11 8.11 26.34 -
YUV 70.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 20 82 141 0.86 0.42 0 0.45 209.26 0.75 0.32
Hex 14 52 8D 56 2A 0 2D D1 4B 20
Octal 24 122 215 126 52 0 55 321 113 40
Binary 10100 1010010 10001101 1010110 101010 0 101101 11010001 1001011 100000

Color Harmonies of #14528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14528D

Black with #14528D

Text Example


Text Example

White with #14528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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