Html Css Color HEX #186596 Endeavour

📋 copy color: '#186596'

red 24 ◦ green 101 ◦ blue 150

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

Shades of Endeavour #186596

Tints of Endeavour #186596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

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

R = 8.73%
G = 36.73%
B = 54.55%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#186596 (or 0x186596) is known color: Endeavour. HEX triplet: 18, 65 and 96. RGB value is (24,101,150). Sum of RGB (Red+Green+Blue) = 24+101+150=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #186596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186596 is #E79A69. Grayscale: #535353. Windows color (decimal): -15178346 or 9856280. OLE color: 9856280.

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

Color convert

RGB 24 101 150 -
CMYK 0.84 0.33 0 0.41
HSL 203.33º 0.72% 0.34% -
HSV(B) 203.33º 0.84% 0.59% -
XYZ 10.54 11.7 30.56 -
YUV 83.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 24 101 150 0.84 0.33 0 0.41 203.33 0.72 0.34
Hex 18 65 96 54 21 0 29 CB 48 22
Octal 30 145 226 124 41 0 51 313 110 42
Binary 11000 1100101 10010110 1010100 100001 0 101001 11001011 1001000 100010

Color Harmonies of #186596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186596

Black with #186596

Text Example


Text Example

White with #186596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186596; }

 p { color: rgb(24,101,150); }

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

background-color css

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

 a { background-color: rgb(24,101,150); }

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

border-color css

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

 span { border-color: rgb(24,101,150); }

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