Html Css Color HEX #185595 Endeavour

📋 copy color: '#185595'

red 24 ◦ green 85 ◦ blue 149

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

Shades of Endeavour #185595

Tints of Endeavour #185595

RGB

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

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

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

R = 9.3%
G = 32.95%
B = 57.75%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185595 (or 0x185595) is known color: Endeavour. HEX triplet: 18, 55 and 95. RGB value is (24,85,149). Sum of RGB (Red+Green+Blue) = 24+85+149=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #185595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185595 is #E7AA6A. Grayscale: #494949. Windows color (decimal): -15182443 or 9786648. OLE color: 9786648.

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

Color convert

RGB 24 85 149 -
CMYK 0.84 0.43 0 0.42
HSL 210.72º 0.72% 0.34% -
HSV(B) 210.72º 0.84% 0.58% -
XYZ 9.05 8.86 29.67 -
YUV 74.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 24 85 149 0.84 0.43 0 0.42 210.72 0.72 0.34
Hex 18 55 95 54 2B 0 2A D3 48 22
Octal 30 125 225 124 53 0 52 323 110 42
Binary 11000 1010101 10010101 1010100 101011 0 101010 11010011 1001000 100010

Color Harmonies of #185595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185595

Black with #185595

Text Example


Text Example

White with #185595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185595; }

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

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

background-color css

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

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

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

border-color css

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

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

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