Html Css Color HEX #145993 Endeavour

📋 copy color: '#145993'

red 20 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #145993

Tints of Endeavour #145993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

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

R = 7.81%
G = 34.77%
B = 57.42%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145993 (or 0x145993) is known color: Endeavour. HEX triplet: 14, 59 and 93. RGB value is (20,89,147). Sum of RGB (Red+Green+Blue) = 20+89+147=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #145993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145993 is #EBA66C. Grayscale: #4A4A4A. Windows color (decimal): -15443565 or 9656596. OLE color: 9656596.

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

Color convert

RGB 20 89 147 -
CMYK 0.86 0.39 0 0.42
HSL 207.4º 0.76% 0.33% -
HSV(B) 207.4º 0.86% 0.58% -
XYZ 9.13 9.4 28.94 -
YUV 74.98 168.64 88.78 -
System Red Green Blue C M Y K H S L
Decimal 20 89 147 0.86 0.39 0 0.42 207.4 0.76 0.33
Hex 14 59 93 56 27 0 2A CF 4C 21
Octal 24 131 223 126 47 0 52 317 114 41
Binary 10100 1011001 10010011 1010110 100111 0 101010 11001111 1001100 100001

Color Harmonies of #145993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145993

Black with #145993

Text Example


Text Example

White with #145993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145993; }

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

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

background-color css

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

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

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

border-color css

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

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

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