Html Css Color HEX #145995 Endeavour

📋 copy color: '#145995'

red 20 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #145995

Tints of Endeavour #145995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 7.75%
G = 34.5%
B = 57.75%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145995 (or 0x145995) is known color: Endeavour. HEX triplet: 14, 59 and 95. RGB value is (20,89,149). Sum of RGB (Red+Green+Blue) = 20+89+149=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #145995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145995 is #EBA66A. Grayscale: #4A4A4A. Windows color (decimal): -15443563 or 9787668. OLE color: 9787668.

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

Color convert

RGB 20 89 149 -
CMYK 0.87 0.40 0 0.42
HSL 207.91º 0.76% 0.33% -
HSV(B) 207.91º 0.87% 0.58% -
XYZ 9.29 9.46 29.77 -
YUV 75.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 20 89 149 0.87 0.40 0 0.42 207.91 0.76 0.33
Hex 14 59 95 57 28 0 2A D0 4C 21
Octal 24 131 225 127 50 0 52 320 114 41
Binary 10100 1011001 10010101 1010111 101000 0 101010 11010000 1001100 100001

Color Harmonies of #145995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145995

Black with #145995

Text Example


Text Example

White with #145995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145995; }

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

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

background-color css

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

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

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

border-color css

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

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

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