Html Css Color HEX #185F99 Endeavour

📋 copy color: '#185F99'

red 24 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #185F99

Tints of Endeavour #185F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

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

R = 8.82%
G = 34.93%
B = 56.25%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#185F99 (or 0x185F99) is known color: Endeavour. HEX triplet: 18, 5F and 99. RGB value is (24,95,153). Sum of RGB (Red+Green+Blue) = 24+95+153=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #185F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185F99 is #E7A066. Grayscale: #505050. Windows color (decimal): -15179879 or 10051352. OLE color: 10051352.

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

Color convert

RGB 24 95 153 -
CMYK 0.84 0.38 0 0.4
HSL 206.98º 0.73% 0.35% -
HSV(B) 206.98º 0.84% 0.6% -
XYZ 10.22 10.68 31.66 -
YUV 80.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 24 95 153 0.84 0.38 0 0.4 206.98 0.73 0.35
Hex 18 5F 99 54 26 0 28 CF 49 23
Octal 30 137 231 124 46 0 50 317 111 43
Binary 11000 1011111 10011001 1010100 100110 0 101000 11001111 1001001 100011

Color Harmonies of #185F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F99

Black with #185F99

Text Example


Text Example

White with #185F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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