Html Css Color HEX #145796 Endeavour

📋 copy color: '#145796'

red 20 ◦ green 87 ◦ blue 150

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

Shades of Endeavour #145796

Tints of Endeavour #145796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 7.78%
G = 33.85%
B = 58.37%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#145796 (or 0x145796) is known color: Endeavour. HEX triplet: 14, 57 and 96. RGB value is (20,87,150). Sum of RGB (Red+Green+Blue) = 20+87+150=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #145796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145796 is #EBA869. Grayscale: #494949. Windows color (decimal): -15444074 or 9852692. OLE color: 9852692.

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

Color convert

RGB 20 87 150 -
CMYK 0.87 0.42 0 0.41
HSL 209.08º 0.76% 0.33% -
HSV(B) 209.08º 0.87% 0.59% -
XYZ 9.2 9.17 30.14 -
YUV 74.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 20 87 150 0.87 0.42 0 0.41 209.08 0.76 0.33
Hex 14 57 96 57 2A 0 29 D1 4C 21
Octal 24 127 226 127 52 0 51 321 114 41
Binary 10100 1010111 10010110 1010111 101010 0 101001 11010001 1001100 100001

Color Harmonies of #145796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145796

Black with #145796

Text Example


Text Example

White with #145796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145796; }

 p { color: rgb(20,87,150); }

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

background-color css

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

 a { background-color: rgb(20,87,150); }

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

border-color css

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

 span { border-color: rgb(20,87,150); }

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