Html Css Color HEX #115FBA Denim

📋 copy color: '#115FBA'

red 17 ◦ green 95 ◦ blue 186

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

Shades of Denim #115FBA

Tints of Denim #115FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.42%

R = 5.7%
G = 31.88%
B = 62.42%

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

#115FBA (or 0x115FBA) is known color: Denim. HEX triplet: 11, 5F and BA. RGB value is (17,95,186). Sum of RGB (Red+Green+Blue) = 17+95+186=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #115FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FBA is #EEA045. Grayscale: #515151. Windows color (decimal): -15638598 or 12214033. OLE color: 12214033.

HSL color Cylindrical-coordinate representation of color #115FBA: hue angle of 212.31º 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 #115FBA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 95 186 -
CMYK 0.91 0.49 0 0.27
HSL 212.31º 0.83% 0.4% -
HSV(B) 212.31º 0.91% 0.73% -
XYZ 13.19 11.85 48.05 -
YUV 82.05 186.66 81.6 -
System Red Green Blue C M Y K H S L
Decimal 17 95 186 0.91 0.49 0 0.27 212.31 0.83 0.4
Hex 11 5F BA 5B 31 0 1B D4 53 28
Octal 21 137 272 133 61 0 33 324 123 50
Binary 10001 1011111 10111010 1011011 110001 0 11011 11010100 1010011 101000

Color Harmonies of #115FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FBA

Black with #115FBA

Text Example


Text Example

White with #115FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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