Html Css Color HEX #115FBB Denim

📋 copy color: '#115FBB'

red 17 ◦ green 95 ◦ blue 187

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

Shades of Denim #115FBB

Tints of Denim #115FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 5.69%
G = 31.77%
B = 62.54%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#115FBB (or 0x115FBB) is known color: Denim. HEX triplet: 11, 5F and BB. RGB value is (17,95,187). Sum of RGB (Red+Green+Blue) = 17+95+187=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #115FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FBB is #EEA044. Grayscale: #515151. Windows color (decimal): -15638597 or 12279569. OLE color: 12279569.

HSL color Cylindrical-coordinate representation of color #115FBB: hue angle of 212.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115FBB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 95 187 -
CMYK 0.91 0.49 0 0.27
HSL 212.47º 0.83% 0.4% -
HSV(B) 212.47º 0.91% 0.73% -
XYZ 13.29 11.89 48.61 -
YUV 82.17 187.16 81.52 -
System Red Green Blue C M Y K H S L
Decimal 17 95 187 0.91 0.49 0 0.27 212.47 0.83 0.4
Hex 11 5F BB 5B 31 0 1B D4 53 28
Octal 21 137 273 133 61 0 33 324 123 50
Binary 10001 1011111 10111011 1011011 110001 0 11011 11010100 1010011 101000

Color Harmonies of #115FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FBB

Black with #115FBB

Text Example


Text Example

White with #115FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,95,187); }

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

background-color css

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

 a { background-color: rgb(17,95,187); }

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

border-color css

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

 span { border-color: rgb(17,95,187); }

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