Html Css Color HEX #185293 Endeavour

📋 copy color: '#185293'

red 24 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #185293

Tints of Endeavour #185293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

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

R = 9.49%
G = 32.41%
B = 58.1%

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

#185293 (or 0x185293) is known color: Endeavour. HEX triplet: 18, 52 and 93. RGB value is (24,82,147). Sum of RGB (Red+Green+Blue) = 24+82+147=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #185293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185293 is #E7AD6C. Grayscale: #474747. Windows color (decimal): -15183213 or 9654808. OLE color: 9654808.

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

Color convert

RGB 24 82 147 -
CMYK 0.84 0.44 0 0.42
HSL 211.71º 0.72% 0.34% -
HSV(B) 211.71º 0.84% 0.58% -
XYZ 8.66 8.34 28.76 -
YUV 72.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 24 82 147 0.84 0.44 0 0.42 211.71 0.72 0.34
Hex 18 52 93 54 2C 0 2A D4 48 22
Octal 30 122 223 124 54 0 52 324 110 42
Binary 11000 1010010 10010011 1010100 101100 0 101010 11010100 1001000 100010

Color Harmonies of #185293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185293

Black with #185293

Text Example


Text Example

White with #185293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185293; }

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

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

background-color css

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

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

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

border-color css

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

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

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