Html Css Color HEX #186495 Endeavour

📋 copy color: '#186495'

red 24 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #186495

Tints of Endeavour #186495

RGB

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

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

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

R = 8.79%
G = 36.63%
B = 54.58%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#186495 (or 0x186495) is known color: Endeavour. HEX triplet: 18, 64 and 95. RGB value is (24,100,149). Sum of RGB (Red+Green+Blue) = 24+100+149=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #186495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186495 is #E79B6A. Grayscale: #525252. Windows color (decimal): -15178603 or 9790488. OLE color: 9790488.

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

Color convert

RGB 24 100 149 -
CMYK 0.84 0.33 0 0.42
HSL 203.52º 0.72% 0.34% -
HSV(B) 203.52º 0.84% 0.58% -
XYZ 10.36 11.48 30.1 -
YUV 82.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 24 100 149 0.84 0.33 0 0.42 203.52 0.72 0.34
Hex 18 64 95 54 21 0 2A CC 48 22
Octal 30 144 225 124 41 0 52 314 110 42
Binary 11000 1100100 10010101 1010100 100001 0 101010 11001100 1001000 100010

Color Harmonies of #186495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186495

Black with #186495

Text Example


Text Example

White with #186495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186495; }

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

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

background-color css

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

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

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

border-color css

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

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

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