Html Css Color HEX #186199 Endeavour

📋 copy color: '#186199'

red 24 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #186199

Tints of Endeavour #186199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 8.76%
G = 35.4%
B = 55.84%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#186199 (or 0x186199) is known color: Endeavour. HEX triplet: 18, 61 and 99. RGB value is (24,97,153). Sum of RGB (Red+Green+Blue) = 24+97+153=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #186199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186199 is #E79E66. Grayscale: #515151. Windows color (decimal): -15179367 or 10051864. OLE color: 10051864.

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

Color convert

RGB 24 97 153 -
CMYK 0.84 0.37 0 0.4
HSL 206.05º 0.73% 0.35% -
HSV(B) 206.05º 0.84% 0.6% -
XYZ 10.4 11.04 31.72 -
YUV 81.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 24 97 153 0.84 0.37 0 0.4 206.05 0.73 0.35
Hex 18 61 99 54 25 0 28 CE 49 23
Octal 30 141 231 124 45 0 50 316 111 43
Binary 11000 1100001 10011001 1010100 100101 0 101000 11001110 1001001 100011

Color Harmonies of #186199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186199

Black with #186199

Text Example


Text Example

White with #186199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186199; }

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

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

background-color css

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

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

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

border-color css

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

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

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