Html Css Color HEX #185290 Endeavour

📋 copy color: '#185290'

red 24 ◦ green 82 ◦ blue 144

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

Shades of Endeavour #185290

Tints of Endeavour #185290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 9.6%
G = 32.8%
B = 57.6%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#185290 (or 0x185290) is known color: Endeavour. HEX triplet: 18, 52 and 90. RGB value is (24,82,144). Sum of RGB (Red+Green+Blue) = 24+82+144=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #185290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185290 is #E7AD6F. Grayscale: #474747. Windows color (decimal): -15183216 or 9458200. OLE color: 9458200.

HSL color Cylindrical-coordinate representation of color #185290: hue angle of 211º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185290 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 82 144 -
CMYK 0.83 0.43 0 0.44
HSL 211º 0.71% 0.33% -
HSV(B) 211º 0.83% 0.56% -
XYZ 8.43 8.24 27.53 -
YUV 71.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 24 82 144 0.83 0.43 0 0.44 211 0.71 0.33
Hex 18 52 90 53 2B 0 2C D3 47 21
Octal 30 122 220 123 53 0 54 323 107 41
Binary 11000 1010010 10010000 1010011 101011 0 101100 11010011 1000111 100001

Color Harmonies of #185290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185290

Black with #185290

Text Example


Text Example

White with #185290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185290; }

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

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

background-color css

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

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

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

border-color css

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

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

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