Html Css Color HEX #145694 Endeavour

📋 copy color: '#145694'

red 20 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #145694

Tints of Endeavour #145694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 7.87%
G = 33.86%
B = 58.27%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145694 (or 0x145694) is known color: Endeavour. HEX triplet: 14, 56 and 94. RGB value is (20,86,148). Sum of RGB (Red+Green+Blue) = 20+86+148=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #145694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145694 is #EBA96B. Grayscale: #494949. Windows color (decimal): -15444332 or 9721364. OLE color: 9721364.

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

Color convert

RGB 20 86 148 -
CMYK 0.86 0.42 0 0.42
HSL 209.06º 0.76% 0.33% -
HSV(B) 209.06º 0.86% 0.58% -
XYZ 8.96 8.94 29.27 -
YUV 73.33 170.13 89.96 -
System Red Green Blue C M Y K H S L
Decimal 20 86 148 0.86 0.42 0 0.42 209.06 0.76 0.33
Hex 14 56 94 56 2A 0 2A D1 4C 21
Octal 24 126 224 126 52 0 52 321 114 41
Binary 10100 1010110 10010100 1010110 101010 0 101010 11010001 1001100 100001

Color Harmonies of #145694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145694

Black with #145694

Text Example


Text Example

White with #145694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145694; }

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

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

background-color css

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

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

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

border-color css

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

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

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