Html Css Color HEX #115CDC Navy Blue

📋 copy color: '#115CDC'

red 17 ◦ green 92 ◦ blue 220

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

Shades of Navy Blue #115CDC

Tints of Navy Blue #115CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 5.17%
G = 27.96%
B = 66.87%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#115CDC (or 0x115CDC) is known color: Navy Blue. HEX triplet: 11, 5C and DC. RGB value is (17,92,220). Sum of RGB (Red+Green+Blue) = 17+92+220=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #115CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CDC is #EEA323. Grayscale: #535353. Windows color (decimal): -15639332 or 14441489. OLE color: 14441489.

HSL color Cylindrical-coordinate representation of color #115CDC: hue angle of 217.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115CDC is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 92 220 -
CMYK 0.92 0.58 0 0.14
HSL 217.83º 0.86% 0.46% -
HSV(B) 217.83º 0.92% 0.86% -
XYZ 16.98 12.94 69.31 -
YUV 84.17 204.65 80.09 -
System Red Green Blue C M Y K H S L
Decimal 17 92 220 0.92 0.58 0 0.14 217.83 0.86 0.46
Hex 11 5C DC 5C 3A 0 E DA 56 2E
Octal 21 134 334 134 72 0 16 332 126 56
Binary 10001 1011100 11011100 1011100 111010 0 1110 11011010 1010110 101110

Color Harmonies of #115CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CDC

Black with #115CDC

Text Example


Text Example

White with #115CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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