Html Css Color HEX #115FEF Navy Blue

📋 copy color: '#115FEF'

red 17 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #115FEF

Tints of Navy Blue #115FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.09%

R = 4.84%
G = 27.07%
B = 68.09%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#115FEF (or 0x115FEF) is known color: Navy Blue. HEX triplet: 11, 5F and EF. RGB value is (17,95,239). Sum of RGB (Red+Green+Blue) = 17+95+239=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #115FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FEF is #EEA010. Grayscale: #575757. Windows color (decimal): -15638545 or 15687441. OLE color: 15687441.

HSL color Cylindrical-coordinate representation of color #115FEF: hue angle of 218.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FEF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 95 239 -
CMYK 0.93 0.60 0 0.06
HSL 218.92º 0.87% 0.5% -
HSV(B) 218.92º 0.93% 0.94% -
XYZ 19.9 14.54 83.42 -
YUV 88.09 213.16 77.29 -
System Red Green Blue C M Y K H S L
Decimal 17 95 239 0.93 0.60 0 0.06 218.92 0.87 0.5
Hex 11 5F EF 5D 3C 0 6 DB 57 32
Octal 21 137 357 135 74 0 6 333 127 62
Binary 10001 1011111 11101111 1011101 111100 0 110 11011011 1010111 110010

Color Harmonies of #115FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115FEF

Black with #115FEF

Text Example


Text Example

White with #115FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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