Html Css Color HEX #186095 Endeavour

📋 copy color: '#186095'

red 24 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #186095

Tints of Endeavour #186095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

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

R = 8.92%
G = 35.69%
B = 55.39%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#186095 (or 0x186095) is known color: Endeavour. HEX triplet: 18, 60 and 95. RGB value is (24,96,149). Sum of RGB (Red+Green+Blue) = 24+96+149=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #186095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186095 is #E79F6A. Grayscale: #505050. Windows color (decimal): -15179627 or 9789464. OLE color: 9789464.

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

Color convert

RGB 24 96 149 -
CMYK 0.84 0.36 0 0.42
HSL 205.44º 0.72% 0.34% -
HSV(B) 205.44º 0.84% 0.58% -
XYZ 9.98 10.73 29.98 -
YUV 80.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 24 96 149 0.84 0.36 0 0.42 205.44 0.72 0.34
Hex 18 60 95 54 24 0 2A CD 48 22
Octal 30 140 225 124 44 0 52 315 110 42
Binary 11000 1100000 10010101 1010100 100100 0 101010 11001101 1001000 100010

Color Harmonies of #186095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186095

Black with #186095

Text Example


Text Example

White with #186095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186095; }

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

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

background-color css

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

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

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

border-color css

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

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

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