Html Css Color HEX #115A92 Endeavour

📋 copy color: '#115A92'

red 17 ◦ green 90 ◦ blue 146

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

Shades of Endeavour #115A92

Tints of Endeavour #115A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.57%

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 6.72%
G = 35.57%
B = 57.71%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115A92 (or 0x115A92) is known color: Endeavour. HEX triplet: 11, 5A and 92. RGB value is (17,90,146). Sum of RGB (Red+Green+Blue) = 17+90+146=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #115A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A92 is #EEA56D. Grayscale: #4A4A4A. Windows color (decimal): -15639918 or 9591313. OLE color: 9591313.

HSL color Cylindrical-coordinate representation of color #115A92: hue angle of 206.05º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115A92 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 90 146 -
CMYK 0.88 0.38 0 0.43
HSL 206.05º 0.79% 0.32% -
HSV(B) 206.05º 0.88% 0.57% -
XYZ 9.08 9.51 28.55 -
YUV 74.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 17 90 146 0.88 0.38 0 0.43 206.05 0.79 0.32
Hex 11 5A 92 58 26 0 2B CE 4F 20
Octal 21 132 222 130 46 0 53 316 117 40
Binary 10001 1011010 10010010 1011000 100110 0 101011 11001110 1001111 100000

Color Harmonies of #115A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A92

Black with #115A92

Text Example


Text Example

White with #115A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115A92; }

 p { color: rgb(17,90,146); }

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

background-color css

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

 a { background-color: rgb(17,90,146); }

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

border-color css

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

 span { border-color: rgb(17,90,146); }

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