Html Css Color HEX #186796 Endeavour

📋 copy color: '#186796'

red 24 ◦ green 103 ◦ blue 150

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

Shades of Endeavour #186796

Tints of Endeavour #186796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.15%

R = 8.66%
G = 37.18%
B = 54.15%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#186796 (or 0x186796) is known color: Endeavour. HEX triplet: 18, 67 and 96. RGB value is (24,103,150). Sum of RGB (Red+Green+Blue) = 24+103+150=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #186796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186796 is #E79869. Grayscale: #545454. Windows color (decimal): -15177834 or 9856792. OLE color: 9856792.

HSL color Cylindrical-coordinate representation of color #186796: hue angle of 202.38º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186796 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 103 150 -
CMYK 0.84 0.31 0 0.41
HSL 202.38º 0.72% 0.34% -
HSV(B) 202.38º 0.84% 0.59% -
XYZ 10.73 12.1 30.62 -
YUV 84.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 24 103 150 0.84 0.31 0 0.41 202.38 0.72 0.34
Hex 18 67 96 54 1F 0 29 CA 48 22
Octal 30 147 226 124 37 0 51 312 110 42
Binary 11000 1100111 10010110 1010100 11111 0 101001 11001010 1001000 100010

Color Harmonies of #186796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186796

Black with #186796

Text Example


Text Example

White with #186796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186796; }

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

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

background-color css

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

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

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

border-color css

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

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

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