Html Css Color HEX #185597 Endeavour

📋 copy color: '#185597'

red 24 ◦ green 85 ◦ blue 151

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

Shades of Endeavour #185597

Tints of Endeavour #185597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.08%

R = 9.23%
G = 32.69%
B = 58.08%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#185597 (or 0x185597) is known color: Endeavour. HEX triplet: 18, 55 and 97. RGB value is (24,85,151). Sum of RGB (Red+Green+Blue) = 24+85+151=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #185597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185597 is #E7AA68. Grayscale: #494949. Windows color (decimal): -15182441 or 9917720. OLE color: 9917720.

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

Color convert

RGB 24 85 151 -
CMYK 0.84 0.44 0 0.41
HSL 211.18º 0.73% 0.34% -
HSV(B) 211.18º 0.84% 0.59% -
XYZ 9.21 8.93 30.52 -
YUV 74.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 24 85 151 0.84 0.44 0 0.41 211.18 0.73 0.34
Hex 18 55 97 54 2C 0 29 D3 49 22
Octal 30 125 227 124 54 0 51 323 111 42
Binary 11000 1010101 10010111 1010100 101100 0 101001 11010011 1001001 100010

Color Harmonies of #185597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185597

Black with #185597

Text Example


Text Example

White with #185597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185597; }

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

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

background-color css

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

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

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

border-color css

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

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

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