Html Css Color HEX #115DB0 Denim

📋 copy color: '#115DB0'

red 17 ◦ green 93 ◦ blue 176

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

Shades of Denim #115DB0

Tints of Denim #115DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 176 (69.14% from 255) = 61.54%

R = 5.94%
G = 32.52%
B = 61.54%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#115DB0 (or 0x115DB0) is known color: Denim. HEX triplet: 11, 5D and B0. RGB value is (17,93,176). Sum of RGB (Red+Green+Blue) = 17+93+176=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 176 (69.14% from 255 or 61.54% from 286); Max value from RGB is 176 - color contains mainly: blue. Hex color #115DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115DB0 is #EEA24F. Grayscale: #4F4F4F. Windows color (decimal): -15639120 or 11558161. OLE color: 11558161.

HSL color Cylindrical-coordinate representation of color #115DB0: hue angle of 211.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115DB0 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 93 176 -
CMYK 0.90 0.47 0 0.31
HSL 211.32º 0.82% 0.38% -
HSV(B) 211.32º 0.9% 0.69% -
XYZ 11.98 11.08 42.58 -
YUV 79.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 17 93 176 0.90 0.47 0 0.31 211.32 0.82 0.38
Hex 11 5D B0 5A 2F 0 1F D3 52 26
Octal 21 135 260 132 57 0 37 323 122 46
Binary 10001 1011101 10110000 1011010 101111 0 11111 11010011 1010010 100110

Color Harmonies of #115DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DB0

Black with #115DB0

Text Example


Text Example

White with #115DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,93,176); }

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

background-color css

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

 a { background-color: rgb(17,93,176); }

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

border-color css

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

 span { border-color: rgb(17,93,176); }

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