Html Css Color HEX #186395 Endeavour

📋 copy color: '#186395'

red 24 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #186395

Tints of Endeavour #186395

RGB

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

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

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

R = 8.82%
G = 36.4%
B = 54.78%

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

#186395 (or 0x186395) is known color: Endeavour. HEX triplet: 18, 63 and 95. RGB value is (24,99,149). Sum of RGB (Red+Green+Blue) = 24+99+149=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #186395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186395 is #E79C6A. Grayscale: #525252. Windows color (decimal): -15178859 or 9790232. OLE color: 9790232.

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

Color convert

RGB 24 99 149 -
CMYK 0.84 0.34 0 0.42
HSL 204º 0.72% 0.34% -
HSV(B) 204º 0.84% 0.58% -
XYZ 10.26 11.29 30.07 -
YUV 82.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 24 99 149 0.84 0.34 0 0.42 204 0.72 0.34
Hex 18 63 95 54 22 0 2A CC 48 22
Octal 30 143 225 124 42 0 52 314 110 42
Binary 11000 1100011 10010101 1010100 100010 0 101010 11001100 1001000 100010

Color Harmonies of #186395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186395

Black with #186395

Text Example


Text Example

White with #186395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186395; }

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

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

background-color css

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

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

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

border-color css

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

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

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