Html Css Color HEX #115CE4 Navy Blue

📋 copy color: '#115CE4'

red 17 ◦ green 92 ◦ blue 228

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

Shades of Navy Blue #115CE4

Tints of Navy Blue #115CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 67.66%

R = 5.04%
G = 27.3%
B = 67.66%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#115CE4 (or 0x115CE4) is known color: Navy Blue. HEX triplet: 11, 5C and E4. RGB value is (17,92,228). Sum of RGB (Red+Green+Blue) = 17+92+228=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #115CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CE4 is #EEA31B. Grayscale: #545454. Windows color (decimal): -15639324 or 14965777. OLE color: 14965777.

HSL color Cylindrical-coordinate representation of color #115CE4: hue angle of 218.67º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CE4 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 92 228 -
CMYK 0.93 0.60 0 0.11
HSL 218.67º 0.86% 0.48% -
HSV(B) 218.67º 0.93% 0.89% -
XYZ 18.06 13.37 75.03 -
YUV 85.08 208.65 79.44 -
System Red Green Blue C M Y K H S L
Decimal 17 92 228 0.93 0.60 0 0.11 218.67 0.86 0.48
Hex 11 5C E4 5D 3C 0 B DB 56 30
Octal 21 134 344 135 74 0 13 333 126 60
Binary 10001 1011100 11100100 1011101 111100 0 1011 11011011 1010110 110000

Color Harmonies of #115CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CE4

Black with #115CE4

Text Example


Text Example

White with #115CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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