Html Css Color HEX #145997 Endeavour

📋 copy color: '#145997'

red 20 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #145997

Tints of Endeavour #145997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.08%

R = 7.69%
G = 34.23%
B = 58.08%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#145997 (or 0x145997) is known color: Endeavour. HEX triplet: 14, 59 and 97. RGB value is (20,89,151). Sum of RGB (Red+Green+Blue) = 20+89+151=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #145997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145997 is #EBA668. Grayscale: #4B4B4B. Windows color (decimal): -15443561 or 9918740. OLE color: 9918740.

HSL color Cylindrical-coordinate representation of color #145997: hue angle of 208.4º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145997 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 89 151 -
CMYK 0.87 0.41 0 0.41
HSL 208.4º 0.77% 0.34% -
HSV(B) 208.4º 0.87% 0.59% -
XYZ 9.45 9.53 30.62 -
YUV 75.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 20 89 151 0.87 0.41 0 0.41 208.4 0.77 0.34
Hex 14 59 97 57 29 0 29 D0 4D 22
Octal 24 131 227 127 51 0 51 320 115 42
Binary 10100 1011001 10010111 1010111 101001 0 101001 11010000 1001101 100010

Color Harmonies of #145997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145997

Black with #145997

Text Example


Text Example

White with #145997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145997; }

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

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

background-color css

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

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

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

border-color css

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

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

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