Html Css Color HEX #115598 Endeavour

📋 copy color: '#115598'

red 17 ◦ green 85 ◦ blue 152

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

Shades of Endeavour #115598

Tints of Endeavour #115598

RGB

 RED value IS 17 (7.03% from 255) = 6.69%

 GREEN value IS 85 (33.59% from 255) = 33.46%

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

R = 6.69%
G = 33.46%
B = 59.84%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#115598 (or 0x115598) is known color: Endeavour. HEX triplet: 11, 55 and 98. RGB value is (17,85,152). Sum of RGB (Red+Green+Blue) = 17+85+152=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #115598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115598 is #EEAA67. Grayscale: #474747. Windows color (decimal): -15641192 or 9983249. OLE color: 9983249.

HSL color Cylindrical-coordinate representation of color #115598: hue angle of 209.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115598 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 85 152 -
CMYK 0.89 0.44 0 0.40
HSL 209.78º 0.8% 0.33% -
HSV(B) 209.78º 0.89% 0.6% -
XYZ 9.15 8.88 30.94 -
YUV 72.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 17 85 152 0.89 0.44 0 0.40 209.78 0.8 0.33
Hex 11 55 98 59 2C 0 28 D2 50 21
Octal 21 125 230 131 54 0 50 322 120 41
Binary 10001 1010101 10011000 1011001 101100 0 101000 11010010 1010000 100001

Color Harmonies of #115598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115598

Black with #115598

Text Example


Text Example

White with #115598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115598; }

 p { color: rgb(17,85,152); }

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

background-color css

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

 a { background-color: rgb(17,85,152); }

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

border-color css

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

 span { border-color: rgb(17,85,152); }

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