Html Css Color HEX #145696 Endeavour

📋 copy color: '#145696'

red 20 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #145696

Tints of Endeavour #145696

RGB

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

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

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

R = 7.81%
G = 33.59%
B = 58.59%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#145696 (or 0x145696) is known color: Endeavour. HEX triplet: 14, 56 and 96. RGB value is (20,86,150). Sum of RGB (Red+Green+Blue) = 20+86+150=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #145696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145696 is #EBA969. Grayscale: #494949. Windows color (decimal): -15444330 or 9852436. OLE color: 9852436.

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

Color convert

RGB 20 86 150 -
CMYK 0.87 0.43 0 0.41
HSL 209.54º 0.76% 0.33% -
HSV(B) 209.54º 0.87% 0.59% -
XYZ 9.12 9.01 30.11 -
YUV 73.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 20 86 150 0.87 0.43 0 0.41 209.54 0.76 0.33
Hex 14 56 96 57 2B 0 29 D2 4C 21
Octal 24 126 226 127 53 0 51 322 114 41
Binary 10100 1010110 10010110 1010111 101011 0 101001 11010010 1001100 100001

Color Harmonies of #145696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145696

Black with #145696

Text Example


Text Example

White with #145696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145696; }

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

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

background-color css

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

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

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

border-color css

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

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

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