Html Css Color HEX #115DFC Navy Blue

📋 copy color: '#115DFC'

red 17 ◦ green 93 ◦ blue 252

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

Shades of Navy Blue #115DFC

Tints of Navy Blue #115DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

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

R = 4.7%
G = 25.69%
B = 69.61%

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

#115DFC (or 0x115DFC) is known color: Navy Blue. HEX triplet: 11, 5D and FC. RGB value is (17,93,252). Sum of RGB (Red+Green+Blue) = 17+93+252=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #115DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DFC is #EEA203. Grayscale: #575757. Windows color (decimal): -15639044 or 16538897. OLE color: 16538897.

HSL color Cylindrical-coordinate representation of color #115DFC: hue angle of 220.6º 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 #115DFC is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 93 252 -
CMYK 0.93 0.63 0 0.01
HSL 220.6º 0.98% 0.53% -
HSV(B) 220.6º 0.93% 0.99% -
XYZ 21.72 14.98 93.84 -
YUV 88.4 220.32 77.07 -
System Red Green Blue C M Y K H S L
Decimal 17 93 252 0.93 0.63 0 0.01 220.6 0.98 0.53
Hex 11 5D FC 5D 3F 0 1 DD 62 35
Octal 21 135 374 135 77 0 1 335 142 65
Binary 10001 1011101 11111100 1011101 111111 0 1 11011101 1100010 110101

Color Harmonies of #115DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115DFC

Black with #115DFC

Text Example


Text Example

White with #115DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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