Html Css Color HEX #186193 Endeavour

📋 copy color: '#186193'

red 24 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #186193

Tints of Endeavour #186193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 8.96%
G = 36.19%
B = 54.85%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#186193 (or 0x186193) is known color: Endeavour. HEX triplet: 18, 61 and 93. RGB value is (24,97,147). Sum of RGB (Red+Green+Blue) = 24+97+147=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #186193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186193 is #E79E6C. Grayscale: #505050. Windows color (decimal): -15179373 or 9658648. OLE color: 9658648.

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

Color convert

RGB 24 97 147 -
CMYK 0.84 0.34 0 0.42
HSL 204.39º 0.72% 0.34% -
HSV(B) 204.39º 0.84% 0.58% -
XYZ 9.92 10.85 29.18 -
YUV 80.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 24 97 147 0.84 0.34 0 0.42 204.39 0.72 0.34
Hex 18 61 93 54 22 0 2A CC 48 22
Octal 30 141 223 124 42 0 52 314 110 42
Binary 11000 1100001 10010011 1010100 100010 0 101010 11001100 1001000 100010

Color Harmonies of #186193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186193

Black with #186193

Text Example


Text Example

White with #186193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186193; }

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

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

background-color css

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

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

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

border-color css

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

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

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