Html Css Color HEX #186290 Endeavour

📋 copy color: '#186290'

red 24 ◦ green 98 ◦ blue 144

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

Shades of Endeavour #186290

Tints of Endeavour #186290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 9.02%
G = 36.84%
B = 54.14%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#186290 (or 0x186290) is known color: Endeavour. HEX triplet: 18, 62 and 90. RGB value is (24,98,144). Sum of RGB (Red+Green+Blue) = 24+98+144=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #186290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186290 is #E79D6F. Grayscale: #505050. Windows color (decimal): -15179120 or 9462296. OLE color: 9462296.

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

Color convert

RGB 24 98 144 -
CMYK 0.83 0.32 0 0.44
HSL 203º 0.71% 0.33% -
HSV(B) 203º 0.83% 0.56% -
XYZ 9.78 10.94 27.98 -
YUV 81.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 24 98 144 0.83 0.32 0 0.44 203 0.71 0.33
Hex 18 62 90 53 20 0 2C CB 47 21
Octal 30 142 220 123 40 0 54 313 107 41
Binary 11000 1100010 10010000 1010011 100000 0 101100 11001011 1000111 100001

Color Harmonies of #186290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186290

Black with #186290

Text Example


Text Example

White with #186290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186290; }

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

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

background-color css

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

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

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

border-color css

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

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

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