Html Css Color HEX #145693 Endeavour

📋 copy color: '#145693'

red 20 ◦ green 86 ◦ blue 147

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

Shades of Endeavour #145693

Tints of Endeavour #145693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.1%

R = 7.91%
G = 33.99%
B = 58.1%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145693 (or 0x145693) is known color: Endeavour. HEX triplet: 14, 56 and 93. RGB value is (20,86,147). Sum of RGB (Red+Green+Blue) = 20+86+147=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #145693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145693 is #EBA96C. Grayscale: #484848. Windows color (decimal): -15444333 or 9655828. OLE color: 9655828.

HSL color Cylindrical-coordinate representation of color #145693: hue angle of 208.82º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145693 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 86 147 -
CMYK 0.86 0.41 0 0.42
HSL 208.82º 0.76% 0.33% -
HSV(B) 208.82º 0.86% 0.58% -
XYZ 8.88 8.91 28.86 -
YUV 73.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 20 86 147 0.86 0.41 0 0.42 208.82 0.76 0.33
Hex 14 56 93 56 29 0 2A D1 4C 21
Octal 24 126 223 126 51 0 52 321 114 41
Binary 10100 1010110 10010011 1010110 101001 0 101010 11010001 1001100 100001

Color Harmonies of #145693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145693

Black with #145693

Text Example


Text Example

White with #145693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145693; }

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

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

background-color css

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

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

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

border-color css

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

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

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