Html Css Color HEX #115FF6 Navy Blue

📋 copy color: '#115FF6'

red 17 ◦ green 95 ◦ blue 246

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

Shades of Navy Blue #115FF6

Tints of Navy Blue #115FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 68.72%

R = 4.75%
G = 26.54%
B = 68.72%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#115FF6 (or 0x115FF6) is known color: Navy Blue. HEX triplet: 11, 5F and F6. RGB value is (17,95,246). Sum of RGB (Red+Green+Blue) = 17+95+246=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #115FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FF6 is #EEA009. Grayscale: #585858. Windows color (decimal): -15638538 or 16146193. OLE color: 16146193.

HSL color Cylindrical-coordinate representation of color #115FF6: hue angle of 219.56º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FF6 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 95 246 -
CMYK 0.93 0.61 0 0.04
HSL 219.56º 0.93% 0.52% -
HSV(B) 219.56º 0.93% 0.96% -
XYZ 20.96 14.96 88.97 -
YUV 88.89 216.66 76.72 -
System Red Green Blue C M Y K H S L
Decimal 17 95 246 0.93 0.61 0 0.04 219.56 0.93 0.52
Hex 11 5F F6 5D 3D 0 4 DC 5D 34
Octal 21 137 366 135 75 0 4 334 135 64
Binary 10001 1011111 11110110 1011101 111101 0 100 11011100 1011101 110100

Color Harmonies of #115FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FF6

Black with #115FF6

Text Example


Text Example

White with #115FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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