Html Css Color HEX #145794 Endeavour

📋 copy color: '#145794'

red 20 ◦ green 87 ◦ blue 148

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

Shades of Endeavour #145794

Tints of Endeavour #145794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.04%

R = 7.84%
G = 34.12%
B = 58.04%

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

#145794 (or 0x145794) is known color: Endeavour. HEX triplet: 14, 57 and 94. RGB value is (20,87,148). Sum of RGB (Red+Green+Blue) = 20+87+148=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #145794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145794 is #EBA86B. Grayscale: #494949. Windows color (decimal): -15444076 or 9721620. OLE color: 9721620.

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

Color convert

RGB 20 87 148 -
CMYK 0.86 0.41 0 0.42
HSL 208.59º 0.76% 0.33% -
HSV(B) 208.59º 0.86% 0.58% -
XYZ 9.04 9.1 29.3 -
YUV 73.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 20 87 148 0.86 0.41 0 0.42 208.59 0.76 0.33
Hex 14 57 94 56 29 0 2A D1 4C 21
Octal 24 127 224 126 51 0 52 321 114 41
Binary 10100 1010111 10010100 1010110 101001 0 101010 11010001 1001100 100001

Color Harmonies of #145794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145794

Black with #145794

Text Example


Text Example

White with #145794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145794; }

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

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

background-color css

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

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

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

border-color css

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

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

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