Html Css Color HEX #146396 Endeavour

📋 copy color: '#146396'

red 20 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #146396

Tints of Endeavour #146396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 7.43%
G = 36.8%
B = 55.76%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#146396 (or 0x146396) is known color: Endeavour. HEX triplet: 14, 63 and 96. RGB value is (20,99,150). Sum of RGB (Red+Green+Blue) = 20+99+150=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #146396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146396 is #EB9C69. Grayscale: #505050. Windows color (decimal): -15441002 or 9855764. OLE color: 9855764.

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

Color convert

RGB 20 99 150 -
CMYK 0.87 0.34 0 0.41
HSL 203.54º 0.76% 0.33% -
HSV(B) 203.54º 0.87% 0.59% -
XYZ 10.26 11.27 30.49 -
YUV 81.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 20 99 150 0.87 0.34 0 0.41 203.54 0.76 0.33
Hex 14 63 96 57 22 0 29 CC 4C 21
Octal 24 143 226 127 42 0 51 314 114 41
Binary 10100 1100011 10010110 1010111 100010 0 101001 11001100 1001100 100001

Color Harmonies of #146396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146396

Black with #146396

Text Example


Text Example

White with #146396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146396; }

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

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

background-color css

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

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

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

border-color css

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

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

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