Html Css Color HEX #185B99 Endeavour

📋 copy color: '#185B99'

red 24 ◦ green 91 ◦ blue 153

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

Shades of Endeavour #185B99

Tints of Endeavour #185B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

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

R = 8.96%
G = 33.96%
B = 57.09%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#185B99 (or 0x185B99) is known color: Endeavour. HEX triplet: 18, 5B and 99. RGB value is (24,91,153). Sum of RGB (Red+Green+Blue) = 24+91+153=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #185B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B99 is #E7A466. Grayscale: #4D4D4D. Windows color (decimal): -15180903 or 10050328. OLE color: 10050328.

HSL color Cylindrical-coordinate representation of color #185B99: hue angle of 208.84º 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 #185B99 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 91 153 -
CMYK 0.84 0.41 0 0.4
HSL 208.84º 0.73% 0.35% -
HSV(B) 208.84º 0.84% 0.6% -
XYZ 9.87 9.98 31.54 -
YUV 78.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 24 91 153 0.84 0.41 0 0.4 208.84 0.73 0.35
Hex 18 5B 99 54 29 0 28 D1 49 23
Octal 30 133 231 124 51 0 50 321 111 43
Binary 11000 1011011 10011001 1010100 101001 0 101000 11010001 1001001 100011

Color Harmonies of #185B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B99

Black with #185B99

Text Example


Text Example

White with #185B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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