Html Css Color HEX #115EFC Navy Blue

📋 copy color: '#115EFC'

red 17 ◦ green 94 ◦ blue 252

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

Shades of Navy Blue #115EFC

Tints of Navy Blue #115EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 4.68%
G = 25.9%
B = 69.42%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#115EFC (or 0x115EFC) is known color: Navy Blue. HEX triplet: 11, 5E and FC. RGB value is (17,94,252). Sum of RGB (Red+Green+Blue) = 17+94+252=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #115EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EFC is #EEA103. Grayscale: #585858. Windows color (decimal): -15638788 or 16539153. OLE color: 16539153.

HSL color Cylindrical-coordinate representation of color #115EFC: hue angle of 220.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115EFC is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 94 252 -
CMYK 0.93 0.63 0 0.01
HSL 220.34º 0.98% 0.53% -
HSV(B) 220.34º 0.93% 0.99% -
XYZ 21.8 15.15 93.87 -
YUV 88.99 219.99 76.65 -
System Red Green Blue C M Y K H S L
Decimal 17 94 252 0.93 0.63 0 0.01 220.34 0.98 0.53
Hex 11 5E FC 5D 3F 0 1 DC 62 35
Octal 21 136 374 135 77 0 1 334 142 65
Binary 10001 1011110 11111100 1011101 111111 0 1 11011100 1100010 110101

Color Harmonies of #115EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115EFC

Black with #115EFC

Text Example


Text Example

White with #115EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,94,252); }

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

background-color css

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

 a { background-color: rgb(17,94,252); }

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

border-color css

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

 span { border-color: rgb(17,94,252); }

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