Html Css Color HEX #186294 Endeavour

📋 copy color: '#186294'

red 24 ◦ green 98 ◦ blue 148

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

Shades of Endeavour #186294

Tints of Endeavour #186294

RGB

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

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

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

R = 8.89%
G = 36.3%
B = 54.81%

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

#186294 (or 0x186294) is known color: Endeavour. HEX triplet: 18, 62 and 94. RGB value is (24,98,148). Sum of RGB (Red+Green+Blue) = 24+98+148=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #186294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186294 is #E79D6B. Grayscale: #515151. Windows color (decimal): -15179116 or 9724440. OLE color: 9724440.

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

Color convert

RGB 24 98 148 -
CMYK 0.84 0.34 0 0.42
HSL 204.19º 0.72% 0.34% -
HSV(B) 204.19º 0.84% 0.58% -
XYZ 10.09 11.07 29.62 -
YUV 81.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 24 98 148 0.84 0.34 0 0.42 204.19 0.72 0.34
Hex 18 62 94 54 22 0 2A CC 48 22
Octal 30 142 224 124 42 0 52 314 110 42
Binary 11000 1100010 10010100 1010100 100010 0 101010 11001100 1001000 100010

Color Harmonies of #186294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186294

Black with #186294

Text Example


Text Example

White with #186294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186294; }

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

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

background-color css

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

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

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

border-color css

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

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

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