Html Css Color HEX #146495 Endeavour

📋 copy color: '#146495'

red 20 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #146495

Tints of Endeavour #146495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 7.43%
G = 37.17%
B = 55.39%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#146495 (or 0x146495) is known color: Endeavour. HEX triplet: 14, 64 and 95. RGB value is (20,100,149). Sum of RGB (Red+Green+Blue) = 20+100+149=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #146495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146495 is #EB9B6A. Grayscale: #515151. Windows color (decimal): -15440747 or 9790484. OLE color: 9790484.

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

Color convert

RGB 20 100 149 -
CMYK 0.87 0.33 0 0.42
HSL 202.79º 0.76% 0.33% -
HSV(B) 202.79º 0.87% 0.58% -
XYZ 10.27 11.43 30.1 -
YUV 81.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 20 100 149 0.87 0.33 0 0.42 202.79 0.76 0.33
Hex 14 64 95 57 21 0 2A CB 4C 21
Octal 24 144 225 127 41 0 52 313 114 41
Binary 10100 1100100 10010101 1010111 100001 0 101010 11001011 1001100 100001

Color Harmonies of #146495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146495

Black with #146495

Text Example


Text Example

White with #146495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146495; }

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

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

background-color css

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

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

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

border-color css

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

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

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