Html Css Color HEX #116FE8 Navy Blue

📋 copy color: '#116FE8'

red 17 ◦ green 111 ◦ blue 232

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

Shades of Navy Blue #116FE8

Tints of Navy Blue #116FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

 BLUE value IS 232 (91.02% from 255) = 64.44%

R = 4.72%
G = 30.83%
B = 64.44%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#116FE8 (or 0x116FE8) is known color: Navy Blue. HEX triplet: 11, 6F and E8. RGB value is (17,111,232). Sum of RGB (Red+Green+Blue) = 17+111+232=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #116FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FE8 is #EE9017. Grayscale: #606060. Windows color (decimal): -15634456 or 15232785. OLE color: 15232785.

HSL color Cylindrical-coordinate representation of color #116FE8: hue angle of 213.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FE8 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 111 232 -
CMYK 0.93 0.52 0 0.09
HSL 213.77º 0.86% 0.49% -
HSV(B) 213.77º 0.93% 0.91% -
XYZ 20.48 17.31 78.61 -
YUV 96.69 204.36 71.16 -
System Red Green Blue C M Y K H S L
Decimal 17 111 232 0.93 0.52 0 0.09 213.77 0.86 0.49
Hex 11 6F E8 5D 34 0 9 D6 56 31
Octal 21 157 350 135 64 0 11 326 126 61
Binary 10001 1101111 11101000 1011101 110100 0 1001 11010110 1010110 110001

Color Harmonies of #116FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FE8

Black with #116FE8

Text Example


Text Example

White with #116FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116FE8; }

 p { color: rgb(17,111,232); }

 H1.HeaderClassName
 {
   color: #116FE8;
 }
 .AnyTagClassName
 {
   color: #116FE8;
 }
</style>

background-color css

<style>
 a { background-color: #116FE8; }

 a { background-color: rgb(17,111,232); }

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

border-color css

<style>
 span { border-color: #116FE8; }

 span { border-color: rgb(17,111,232); }

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