Html Css Color HEX #186299 Endeavour

📋 copy color: '#186299'

red 24 ◦ green 98 ◦ blue 153

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

Shades of Endeavour #186299

Tints of Endeavour #186299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 8.73%
G = 35.64%
B = 55.64%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#186299 (or 0x186299) is known color: Endeavour. HEX triplet: 18, 62 and 99. RGB value is (24,98,153). Sum of RGB (Red+Green+Blue) = 24+98+153=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #186299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186299 is #E79D66. Grayscale: #515151. Windows color (decimal): -15179111 or 10052120. OLE color: 10052120.

HSL color Cylindrical-coordinate representation of color #186299: hue angle of 205.58º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186299 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 98 153 -
CMYK 0.84 0.36 0 0.4
HSL 205.58º 0.73% 0.35% -
HSV(B) 205.58º 0.84% 0.6% -
XYZ 10.49 11.23 31.75 -
YUV 82.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 24 98 153 0.84 0.36 0 0.4 205.58 0.73 0.35
Hex 18 62 99 54 24 0 28 CE 49 23
Octal 30 142 231 124 44 0 50 316 111 43
Binary 11000 1100010 10011001 1010100 100100 0 101000 11001110 1001001 100011

Color Harmonies of #186299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186299

Black with #186299

Text Example


Text Example

White with #186299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186299; }

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

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

background-color css

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

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

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

border-color css

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

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

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