Html Css Color HEX #186499 Endeavour

📋 copy color: '#186499'

red 24 ◦ green 100 ◦ blue 153

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

Shades of Endeavour #186499

Tints of Endeavour #186499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.23%

R = 8.66%
G = 36.1%
B = 55.23%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#186499 (or 0x186499) is known color: Endeavour. HEX triplet: 18, 64 and 99. RGB value is (24,100,153). Sum of RGB (Red+Green+Blue) = 24+100+153=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #186499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186499 is #E79B66. Grayscale: #535353. Windows color (decimal): -15178599 or 10052632. OLE color: 10052632.

HSL color Cylindrical-coordinate representation of color #186499: hue angle of 204.65º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186499 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 100 153 -
CMYK 0.84 0.35 0 0.4
HSL 204.65º 0.73% 0.35% -
HSV(B) 204.65º 0.84% 0.6% -
XYZ 10.68 11.61 31.81 -
YUV 83.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 24 100 153 0.84 0.35 0 0.4 204.65 0.73 0.35
Hex 18 64 99 54 23 0 28 CD 49 23
Octal 30 144 231 124 43 0 50 315 111 43
Binary 11000 1100100 10011001 1010100 100011 0 101000 11001101 1001001 100011

Color Harmonies of #186499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186499

Black with #186499

Text Example


Text Example

White with #186499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186499; }

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

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

background-color css

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

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

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

border-color css

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

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

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