Html Css Color HEX #185699 Endeavour

📋 copy color: '#185699'

red 24 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #185699

Tints of Endeavour #185699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 9.13%
G = 32.7%
B = 58.17%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#185699 (or 0x185699) is known color: Endeavour. HEX triplet: 18, 56 and 99. RGB value is (24,86,153). Sum of RGB (Red+Green+Blue) = 24+86+153=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #185699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185699 is #E7A966. Grayscale: #4A4A4A. Windows color (decimal): -15182183 or 10049048. OLE color: 10049048.

HSL color Cylindrical-coordinate representation of color #185699: hue angle of 211.16º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185699 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 86 153 -
CMYK 0.84 0.44 0 0.4
HSL 211.16º 0.73% 0.35% -
HSV(B) 211.16º 0.84% 0.6% -
XYZ 9.45 9.15 31.4 -
YUV 75.1 171.96 91.55 -
System Red Green Blue C M Y K H S L
Decimal 24 86 153 0.84 0.44 0 0.4 211.16 0.73 0.35
Hex 18 56 99 54 2C 0 28 D3 49 23
Octal 30 126 231 124 54 0 50 323 111 43
Binary 11000 1010110 10011001 1010100 101100 0 101000 11010011 1001001 100011

Color Harmonies of #185699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185699

Black with #185699

Text Example


Text Example

White with #185699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185699; }

 p { color: rgb(24,86,153); }

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

background-color css

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

 a { background-color: rgb(24,86,153); }

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

border-color css

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

 span { border-color: rgb(24,86,153); }

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