Html Css Color HEX #115CE7 Navy Blue

📋 copy color: '#115CE7'

red 17 ◦ green 92 ◦ blue 231

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

Shades of Navy Blue #115CE7

Tints of Navy Blue #115CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 67.94%

R = 5%
G = 27.06%
B = 67.94%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#115CE7 (or 0x115CE7) is known color: Navy Blue. HEX triplet: 11, 5C and E7. RGB value is (17,92,231). Sum of RGB (Red+Green+Blue) = 17+92+231=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 231 (90.62% from 255 or 67.94% from 340); Max value from RGB is 231 - color contains mainly: blue. Hex color #115CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CE7 is #EEA318. Grayscale: #545454. Windows color (decimal): -15639321 or 15162385. OLE color: 15162385.

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

Color convert

RGB 17 92 231 -
CMYK 0.93 0.60 0 0.09
HSL 218.97º 0.86% 0.49% -
HSV(B) 218.97º 0.93% 0.91% -
XYZ 18.48 13.54 77.24 -
YUV 85.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 17 92 231 0.93 0.60 0 0.09 218.97 0.86 0.49
Hex 11 5C E7 5D 3C 0 9 DB 56 31
Octal 21 134 347 135 74 0 11 333 126 61
Binary 10001 1011100 11100111 1011101 111100 0 1001 11011011 1010110 110001

Color Harmonies of #115CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CE7

Black with #115CE7

Text Example


Text Example

White with #115CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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