Html Css Color HEX #185497 Endeavour

📋 copy color: '#185497'

red 24 ◦ green 84 ◦ blue 151

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

Shades of Endeavour #185497

Tints of Endeavour #185497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

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

R = 9.27%
G = 32.43%
B = 58.3%

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

#185497 (or 0x185497) is known color: Endeavour. HEX triplet: 18, 54 and 97. RGB value is (24,84,151). Sum of RGB (Red+Green+Blue) = 24+84+151=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #185497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185497 is #E7AB68. Grayscale: #494949. Windows color (decimal): -15182697 or 9917464. OLE color: 9917464.

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

Color convert

RGB 24 84 151 -
CMYK 0.84 0.44 0 0.41
HSL 211.65º 0.73% 0.34% -
HSV(B) 211.65º 0.84% 0.59% -
XYZ 9.13 8.77 30.49 -
YUV 73.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 24 84 151 0.84 0.44 0 0.41 211.65 0.73 0.34
Hex 18 54 97 54 2C 0 29 D4 49 22
Octal 30 124 227 124 54 0 51 324 111 42
Binary 11000 1010100 10010111 1010100 101100 0 101001 11010100 1001001 100010

Color Harmonies of #185497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185497

Black with #185497

Text Example


Text Example

White with #185497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185497; }

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

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

background-color css

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

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

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

border-color css

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

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

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