Html Css Color HEX #186795 Endeavour

📋 copy color: '#186795'

red 24 ◦ green 103 ◦ blue 149

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

Shades of Endeavour #186795

Tints of Endeavour #186795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 8.7%
G = 37.32%
B = 53.99%

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

#186795 (or 0x186795) is known color: Endeavour. HEX triplet: 18, 67 and 95. RGB value is (24,103,149). Sum of RGB (Red+Green+Blue) = 24+103+149=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #186795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186795 is #E7986A. Grayscale: #545454. Windows color (decimal): -15177835 or 9791256. OLE color: 9791256.

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

Color convert

RGB 24 103 149 -
CMYK 0.84 0.31 0 0.42
HSL 202.08º 0.72% 0.34% -
HSV(B) 202.08º 0.84% 0.58% -
XYZ 10.65 12.06 30.2 -
YUV 84.62 164.33 84.76 -
System Red Green Blue C M Y K H S L
Decimal 24 103 149 0.84 0.31 0 0.42 202.08 0.72 0.34
Hex 18 67 95 54 1F 0 2A CA 48 22
Octal 30 147 225 124 37 0 52 312 110 42
Binary 11000 1100111 10010101 1010100 11111 0 101010 11001010 1001000 100010

Color Harmonies of #186795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186795

Black with #186795

Text Example


Text Example

White with #186795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186795; }

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

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

background-color css

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

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

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

border-color css

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

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

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