Html Css Color HEX #185496 Endeavour

📋 copy color: '#185496'

red 24 ◦ green 84 ◦ blue 150

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

Shades of Endeavour #185496

Tints of Endeavour #185496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.14%

R = 9.3%
G = 32.56%
B = 58.14%

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

#185496 (or 0x185496) is known color: Endeavour. HEX triplet: 18, 54 and 96. RGB value is (24,84,150). Sum of RGB (Red+Green+Blue) = 24+84+150=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #185496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185496 is #E7AB69. Grayscale: #494949. Windows color (decimal): -15182698 or 9851928. OLE color: 9851928.

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

Color convert

RGB 24 84 150 -
CMYK 0.84 0.44 0 0.41
HSL 211.43º 0.72% 0.34% -
HSV(B) 211.43º 0.84% 0.59% -
XYZ 9.05 8.74 30.06 -
YUV 73.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 24 84 150 0.84 0.44 0 0.41 211.43 0.72 0.34
Hex 18 54 96 54 2C 0 29 D3 48 22
Octal 30 124 226 124 54 0 51 323 110 42
Binary 11000 1010100 10010110 1010100 101100 0 101001 11010011 1001000 100010

Color Harmonies of #185496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185496

Black with #185496

Text Example


Text Example

White with #185496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185496; }

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

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

background-color css

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

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

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

border-color css

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

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

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