Html Css Color HEX #186695 Endeavour

📋 copy color: '#186695'

red 24 ◦ green 102 ◦ blue 149

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

Shades of Endeavour #186695

Tints of Endeavour #186695

RGB

 RED value IS 24 (9.77% from 255) = 8.73%

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 8.73%
G = 37.09%
B = 54.18%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#186695 (or 0x186695) is known color: Endeavour. HEX triplet: 18, 66 and 95. RGB value is (24,102,149). Sum of RGB (Red+Green+Blue) = 24+102+149=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #186695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186695 is #E7996A. Grayscale: #535353. Windows color (decimal): -15178091 or 9791000. OLE color: 9791000.

HSL color Cylindrical-coordinate representation of color #186695: hue angle of 202.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186695 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 102 149 -
CMYK 0.84 0.32 0 0.42
HSL 202.56º 0.72% 0.34% -
HSV(B) 202.56º 0.84% 0.58% -
XYZ 10.55 11.87 30.17 -
YUV 84.04 164.66 85.18 -
System Red Green Blue C M Y K H S L
Decimal 24 102 149 0.84 0.32 0 0.42 202.56 0.72 0.34
Hex 18 66 95 54 20 0 2A CB 48 22
Octal 30 146 225 124 40 0 52 313 110 42
Binary 11000 1100110 10010101 1010100 100000 0 101010 11001011 1001000 100010

Color Harmonies of #186695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186695

Black with #186695

Text Example


Text Example

White with #186695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186695; }

 p { color: rgb(24,102,149); }

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

background-color css

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

 a { background-color: rgb(24,102,149); }

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

border-color css

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

 span { border-color: rgb(24,102,149); }

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