Html Css Color HEX #185998 Endeavour

📋 copy color: '#185998'

red 24 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #185998

Tints of Endeavour #185998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 152 (59.77% from 255) = 57.36%

R = 9.06%
G = 33.58%
B = 57.36%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#185998 (or 0x185998) is known color: Endeavour. HEX triplet: 18, 59 and 98. RGB value is (24,89,152). Sum of RGB (Red+Green+Blue) = 24+89+152=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #185998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185998 is #E7A667. Grayscale: #4C4C4C. Windows color (decimal): -15181416 or 9984280. OLE color: 9984280.

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

Color convert

RGB 24 89 152 -
CMYK 0.84 0.41 0 0.40
HSL 209.53º 0.73% 0.35% -
HSV(B) 209.53º 0.84% 0.6% -
XYZ 9.62 9.61 31.05 -
YUV 76.75 170.47 90.38 -
System Red Green Blue C M Y K H S L
Decimal 24 89 152 0.84 0.41 0 0.40 209.53 0.73 0.35
Hex 18 59 98 54 29 0 28 D2 49 23
Octal 30 131 230 124 51 0 50 322 111 43
Binary 11000 1011001 10011000 1010100 101001 0 101000 11010010 1001001 100011

Color Harmonies of #185998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185998

Black with #185998

Text Example


Text Example

White with #185998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185998; }

 p { color: rgb(24,89,152); }

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

background-color css

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

 a { background-color: rgb(24,89,152); }

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

border-color css

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

 span { border-color: rgb(24,89,152); }

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