Html Css Color HEX #115CF7 Navy Blue

📋 copy color: '#115CF7'

red 17 ◦ green 92 ◦ blue 247

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

Shades of Navy Blue #115CF7

Tints of Navy Blue #115CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 69.38%

R = 4.78%
G = 25.84%
B = 69.38%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#115CF7 (or 0x115CF7) is known color: Navy Blue. HEX triplet: 11, 5C and F7. RGB value is (17,92,247). Sum of RGB (Red+Green+Blue) = 17+92+247=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #115CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CF7 is #EEA308. Grayscale: #565656. Windows color (decimal): -15639305 or 16210961. OLE color: 16210961.

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

Color convert

RGB 17 92 247 -
CMYK 0.93 0.63 0 0.03
HSL 220.43º 0.93% 0.52% -
HSV(B) 220.43º 0.93% 0.97% -
XYZ 20.85 14.49 89.69 -
YUV 87.25 218.15 77.9 -
System Red Green Blue C M Y K H S L
Decimal 17 92 247 0.93 0.63 0 0.03 220.43 0.93 0.52
Hex 11 5C F7 5D 3F 0 3 DC 5D 34
Octal 21 134 367 135 77 0 3 334 135 64
Binary 10001 1011100 11110111 1011101 111111 0 11 11011100 1011101 110100

Color Harmonies of #115CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CF7

Black with #115CF7

Text Example


Text Example

White with #115CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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