Html Css Color HEX #185693 Endeavour

📋 copy color: '#185693'

red 24 ◦ green 86 ◦ blue 147

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

Shades of Endeavour #185693

Tints of Endeavour #185693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.46%

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

R = 9.34%
G = 33.46%
B = 57.2%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#185693 (or 0x185693) is known color: Endeavour. HEX triplet: 18, 56 and 93. RGB value is (24,86,147). Sum of RGB (Red+Green+Blue) = 24+86+147=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #185693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185693 is #E7A96C. Grayscale: #4A4A4A. Windows color (decimal): -15182189 or 9655832. OLE color: 9655832.

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

Color convert

RGB 24 86 147 -
CMYK 0.84 0.41 0 0.42
HSL 209.76º 0.72% 0.34% -
HSV(B) 209.76º 0.84% 0.58% -
XYZ 8.97 8.96 28.86 -
YUV 74.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 24 86 147 0.84 0.41 0 0.42 209.76 0.72 0.34
Hex 18 56 93 54 29 0 2A D2 48 22
Octal 30 126 223 124 51 0 52 322 110 42
Binary 11000 1010110 10010011 1010100 101001 0 101010 11010010 1001000 100010

Color Harmonies of #185693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185693

Black with #185693

Text Example


Text Example

White with #185693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185693; }

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

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

background-color css

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

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

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

border-color css

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

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

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