Html Css Color HEX #186490 Endeavour

📋 copy color: '#186490'

red 24 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #186490

Tints of Endeavour #186490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 8.96%
G = 37.31%
B = 53.73%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#186490 (or 0x186490) is known color: Endeavour. HEX triplet: 18, 64 and 90. RGB value is (24,100,144). Sum of RGB (Red+Green+Blue) = 24+100+144=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #186490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186490 is #E79B6F. Grayscale: #525252. Windows color (decimal): -15178608 or 9462808. OLE color: 9462808.

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

Color convert

RGB 24 100 144 -
CMYK 0.83 0.31 0 0.44
HSL 202º 0.71% 0.33% -
HSV(B) 202º 0.83% 0.56% -
XYZ 9.97 11.32 28.05 -
YUV 82.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 24 100 144 0.83 0.31 0 0.44 202 0.71 0.33
Hex 18 64 90 53 1F 0 2C CA 47 21
Octal 30 144 220 123 37 0 54 312 107 41
Binary 11000 1100100 10010000 1010011 11111 0 101100 11001010 1000111 100001

Color Harmonies of #186490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186490

Black with #186490

Text Example


Text Example

White with #186490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186490; }

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

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

background-color css

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

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

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

border-color css

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

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

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