Html Css Color HEX #185495 Endeavour

📋 copy color: '#185495'

red 24 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #185495

Tints of Endeavour #185495

RGB

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

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

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

R = 9.34%
G = 32.68%
B = 57.98%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185495 (or 0x185495) is known color: Endeavour. HEX triplet: 18, 54 and 95. RGB value is (24,84,149). Sum of RGB (Red+Green+Blue) = 24+84+149=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #185495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185495 is #E7AB6A. Grayscale: #494949. Windows color (decimal): -15182699 or 9786392. OLE color: 9786392.

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

Color convert

RGB 24 84 149 -
CMYK 0.84 0.44 0 0.42
HSL 211.2º 0.72% 0.34% -
HSV(B) 211.2º 0.84% 0.58% -
XYZ 8.97 8.7 29.64 -
YUV 73.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 24 84 149 0.84 0.44 0 0.42 211.2 0.72 0.34
Hex 18 54 95 54 2C 0 2A D3 48 22
Octal 30 124 225 124 54 0 52 323 110 42
Binary 11000 1010100 10010101 1010100 101100 0 101010 11010011 1001000 100010

Color Harmonies of #185495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185495

Black with #185495

Text Example


Text Example

White with #185495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185495; }

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

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

background-color css

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

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

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

border-color css

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

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

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