Html Css Color HEX #185593 Endeavour

📋 copy color: '#185593'

red 24 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #185593

Tints of Endeavour #185593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 9.38%
G = 33.2%
B = 57.42%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185593 (or 0x185593) is known color: Endeavour. HEX triplet: 18, 55 and 93. RGB value is (24,85,147). Sum of RGB (Red+Green+Blue) = 24+85+147=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #185593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185593 is #E7AA6C. Grayscale: #494949. Windows color (decimal): -15182445 or 9655576. OLE color: 9655576.

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

Color convert

RGB 24 85 147 -
CMYK 0.84 0.42 0 0.42
HSL 210.24º 0.72% 0.34% -
HSV(B) 210.24º 0.84% 0.58% -
XYZ 8.89 8.8 28.83 -
YUV 73.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 24 85 147 0.84 0.42 0 0.42 210.24 0.72 0.34
Hex 18 55 93 54 2A 0 2A D2 48 22
Octal 30 125 223 124 52 0 52 322 110 42
Binary 11000 1010101 10010011 1010100 101010 0 101010 11010010 1001000 100010

Color Harmonies of #185593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185593

Black with #185593

Text Example


Text Example

White with #185593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185593; }

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

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

background-color css

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

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

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

border-color css

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

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

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