Html Css Color HEX #186396 Endeavour

📋 copy color: '#186396'

red 24 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #186396

Tints of Endeavour #186396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 8.79%
G = 36.26%
B = 54.95%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#186396 (or 0x186396) is known color: Endeavour. HEX triplet: 18, 63 and 96. RGB value is (24,99,150). Sum of RGB (Red+Green+Blue) = 24+99+150=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #186396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186396 is #E79C69. Grayscale: #525252. Windows color (decimal): -15178858 or 9855768. OLE color: 9855768.

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

Color convert

RGB 24 99 150 -
CMYK 0.84 0.34 0 0.41
HSL 204.29º 0.72% 0.34% -
HSV(B) 204.29º 0.84% 0.59% -
XYZ 10.34 11.32 30.49 -
YUV 82.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 24 99 150 0.84 0.34 0 0.41 204.29 0.72 0.34
Hex 18 63 96 54 22 0 29 CC 48 22
Octal 30 143 226 124 42 0 51 314 110 42
Binary 11000 1100011 10010110 1010100 100010 0 101001 11001100 1001000 100010

Color Harmonies of #186396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186396

Black with #186396

Text Example


Text Example

White with #186396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186396; }

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

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

background-color css

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

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

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

border-color css

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

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

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