Html Css Color HEX #115CDF Navy Blue

📋 copy color: '#115CDF'

red 17 ◦ green 92 ◦ blue 223

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

Shades of Navy Blue #115CDF

Tints of Navy Blue #115CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 5.12%
G = 27.71%
B = 67.17%

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

#115CDF (or 0x115CDF) is known color: Navy Blue. HEX triplet: 11, 5C and DF. RGB value is (17,92,223). Sum of RGB (Red+Green+Blue) = 17+92+223=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #115CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CDF is #EEA320. Grayscale: #535353. Windows color (decimal): -15639329 or 14638097. OLE color: 14638097.

HSL color Cylindrical-coordinate representation of color #115CDF: hue angle of 218.16º 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 #115CDF is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 92 223 -
CMYK 0.92 0.59 0 0.13
HSL 218.16º 0.86% 0.47% -
HSV(B) 218.16º 0.92% 0.87% -
XYZ 17.38 13.1 71.42 -
YUV 84.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 17 92 223 0.92 0.59 0 0.13 218.16 0.86 0.47
Hex 11 5C DF 5C 3B 0 D DA 56 2F
Octal 21 134 337 134 73 0 15 332 126 57
Binary 10001 1011100 11011111 1011100 111011 0 1101 11011010 1010110 101111

Color Harmonies of #115CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CDF

Black with #115CDF

Text Example


Text Example

White with #115CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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