Html Css Color HEX #186694 Endeavour

📋 copy color: '#186694'

red 24 ◦ green 102 ◦ blue 148

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

Shades of Endeavour #186694

Tints of Endeavour #186694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.23%

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 8.76%
G = 37.23%
B = 54.01%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#186694 (or 0x186694) is known color: Endeavour. HEX triplet: 18, 66 and 94. RGB value is (24,102,148). Sum of RGB (Red+Green+Blue) = 24+102+148=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #186694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186694 is #E7996B. Grayscale: #535353. Windows color (decimal): -15178092 or 9725464. OLE color: 9725464.

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

Color convert

RGB 24 102 148 -
CMYK 0.84 0.31 0 0.42
HSL 202.26º 0.72% 0.34% -
HSV(B) 202.26º 0.84% 0.58% -
XYZ 10.47 11.84 29.75 -
YUV 83.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 24 102 148 0.84 0.31 0 0.42 202.26 0.72 0.34
Hex 18 66 94 54 1F 0 2A CA 48 22
Octal 30 146 224 124 37 0 52 312 110 42
Binary 11000 1100110 10010100 1010100 11111 0 101010 11001010 1001000 100010

Color Harmonies of #186694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186694

Black with #186694

Text Example


Text Example

White with #186694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186694; }

 p { color: rgb(24,102,148); }

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

background-color css

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

 a { background-color: rgb(24,102,148); }

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

border-color css

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

 span { border-color: rgb(24,102,148); }

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