Html Css Color HEX #185599 Endeavour

📋 copy color: '#185599'

red 24 ◦ green 85 ◦ blue 153

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

Shades of Endeavour #185599

Tints of Endeavour #185599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 9.16%
G = 32.44%
B = 58.4%

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

#185599 (or 0x185599) is known color: Endeavour. HEX triplet: 18, 55 and 99. RGB value is (24,85,153). Sum of RGB (Red+Green+Blue) = 24+85+153=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #185599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185599 is #E7AA66. Grayscale: #4A4A4A. Windows color (decimal): -15182439 or 10048792. OLE color: 10048792.

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

Color convert

RGB 24 85 153 -
CMYK 0.84 0.44 0 0.4
HSL 211.63º 0.73% 0.35% -
HSV(B) 211.63º 0.84% 0.6% -
XYZ 9.37 8.99 31.38 -
YUV 74.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 24 85 153 0.84 0.44 0 0.4 211.63 0.73 0.35
Hex 18 55 99 54 2C 0 28 D4 49 23
Octal 30 125 231 124 54 0 50 324 111 43
Binary 11000 1010101 10011001 1010100 101100 0 101000 11010100 1001001 100011

Color Harmonies of #185599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185599

Black with #185599

Text Example


Text Example

White with #185599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185599; }

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

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

background-color css

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

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

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

border-color css

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

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

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