Html Css Color HEX #145495 Endeavour

📋 copy color: '#145495'

red 20 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #145495

Tints of Endeavour #145495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 7.91%
G = 33.2%
B = 58.89%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145495 (or 0x145495) is known color: Endeavour. HEX triplet: 14, 54 and 95. RGB value is (20,84,149). Sum of RGB (Red+Green+Blue) = 20+84+149=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #145495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145495 is #EBAB6A. Grayscale: #474747. Windows color (decimal): -15444843 or 9786388. OLE color: 9786388.

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

Color convert

RGB 20 84 149 -
CMYK 0.87 0.44 0 0.42
HSL 210.23º 0.76% 0.33% -
HSV(B) 210.23º 0.87% 0.58% -
XYZ 8.88 8.66 29.64 -
YUV 72.27 171.3 90.71 -
System Red Green Blue C M Y K H S L
Decimal 20 84 149 0.87 0.44 0 0.42 210.23 0.76 0.33
Hex 14 54 95 57 2C 0 2A D2 4C 21
Octal 24 124 225 127 54 0 52 322 114 41
Binary 10100 1010100 10010101 1010111 101100 0 101010 11010010 1001100 100001

Color Harmonies of #145495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145495

Black with #145495

Text Example


Text Example

White with #145495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145495; }

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

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

background-color css

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

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

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

border-color css

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

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

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