Html Css Color HEX #186194 Endeavour

📋 copy color: '#186194'

red 24 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #186194

Tints of Endeavour #186194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 8.92%
G = 36.06%
B = 55.02%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#186194 (or 0x186194) is known color: Endeavour. HEX triplet: 18, 61 and 94. RGB value is (24,97,148). Sum of RGB (Red+Green+Blue) = 24+97+148=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #186194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186194 is #E79E6B. Grayscale: #505050. Windows color (decimal): -15179372 or 9724184. OLE color: 9724184.

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

Color convert

RGB 24 97 148 -
CMYK 0.84 0.34 0 0.42
HSL 204.68º 0.72% 0.34% -
HSV(B) 204.68º 0.84% 0.58% -
XYZ 10 10.88 29.59 -
YUV 80.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 24 97 148 0.84 0.34 0 0.42 204.68 0.72 0.34
Hex 18 61 94 54 22 0 2A CD 48 22
Octal 30 141 224 124 42 0 52 315 110 42
Binary 11000 1100001 10010100 1010100 100010 0 101010 11001101 1001000 100010

Color Harmonies of #186194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186194

Black with #186194

Text Example


Text Example

White with #186194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186194; }

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

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

background-color css

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

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

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

border-color css

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

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

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