Html Css Color HEX #115BDF Navy Blue

📋 copy color: '#115BDF'

red 17 ◦ green 91 ◦ blue 223

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

Shades of Navy Blue #115BDF

Tints of Navy Blue #115BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 5.14%
G = 27.49%
B = 67.37%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#115BDF (or 0x115BDF) is known color: Navy Blue. HEX triplet: 11, 5B and DF. RGB value is (17,91,223). Sum of RGB (Red+Green+Blue) = 17+91+223=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #115BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115BDF is #EEA420. Grayscale: #535353. Windows color (decimal): -15639585 or 14637841. OLE color: 14637841.

HSL color Cylindrical-coordinate representation of color #115BDF: hue angle of 218.45º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115BDF is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 91 223 -
CMYK 0.92 0.59 0 0.13
HSL 218.45º 0.86% 0.47% -
HSV(B) 218.45º 0.92% 0.87% -
XYZ 17.29 12.93 71.4 -
YUV 83.92 206.48 80.27 -
System Red Green Blue C M Y K H S L
Decimal 17 91 223 0.92 0.59 0 0.13 218.45 0.86 0.47
Hex 11 5B DF 5C 3B 0 D DA 56 2F
Octal 21 133 337 134 73 0 15 332 126 57
Binary 10001 1011011 11011111 1011100 111011 0 1101 11011010 1010110 101111

Color Harmonies of #115BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BDF

Black with #115BDF

Text Example


Text Example

White with #115BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,91,223); }

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

background-color css

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

 a { background-color: rgb(17,91,223); }

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

border-color css

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

 span { border-color: rgb(17,91,223); }

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