Html Css Color HEX #186794 Endeavour

📋 copy color: '#186794'

red 24 ◦ green 103 ◦ blue 148

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

Shades of Endeavour #186794

Tints of Endeavour #186794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

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

R = 8.73%
G = 37.45%
B = 53.82%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#186794 (or 0x186794) is known color: Endeavour. HEX triplet: 18, 67 and 94. RGB value is (24,103,148). Sum of RGB (Red+Green+Blue) = 24+103+148=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #186794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186794 is #E7986B. Grayscale: #545454. Windows color (decimal): -15177836 or 9725720. OLE color: 9725720.

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

Color convert

RGB 24 103 148 -
CMYK 0.84 0.30 0 0.42
HSL 201.77º 0.72% 0.34% -
HSV(B) 201.77º 0.84% 0.58% -
XYZ 10.57 12.03 29.78 -
YUV 84.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 24 103 148 0.84 0.30 0 0.42 201.77 0.72 0.34
Hex 18 67 94 54 1E 0 2A CA 48 22
Octal 30 147 224 124 36 0 52 312 110 42
Binary 11000 1100111 10010100 1010100 11110 0 101010 11001010 1001000 100010

Color Harmonies of #186794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186794

Black with #186794

Text Example


Text Example

White with #186794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186794; }

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

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

background-color css

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

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

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

border-color css

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

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

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