Html Css Color HEX #115AEC Navy Blue

📋 copy color: '#115AEC'

red 17 ◦ green 90 ◦ blue 236

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

Shades of Navy Blue #115AEC

Tints of Navy Blue #115AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 236 (92.58% from 255) = 68.8%

R = 4.96%
G = 26.24%
B = 68.8%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#115AEC (or 0x115AEC) is known color: Navy Blue. HEX triplet: 11, 5A and EC. RGB value is (17,90,236). Sum of RGB (Red+Green+Blue) = 17+90+236=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #115AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AEC is #EEA513. Grayscale: #545454. Windows color (decimal): -15639828 or 15489553. OLE color: 15489553.

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

Color convert

RGB 17 90 236 -
CMYK 0.93 0.62 0 0.07
HSL 220º 0.87% 0.5% -
HSV(B) 220º 0.93% 0.93% -
XYZ 19.03 13.49 80.96 -
YUV 84.82 213.32 79.63 -
System Red Green Blue C M Y K H S L
Decimal 17 90 236 0.93 0.62 0 0.07 220 0.87 0.5
Hex 11 5A EC 5D 3E 0 7 DC 57 32
Octal 21 132 354 135 76 0 7 334 127 62
Binary 10001 1011010 11101100 1011101 111110 0 111 11011100 1010111 110010

Color Harmonies of #115AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AEC

Black with #115AEC

Text Example


Text Example

White with #115AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,90,236); }

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

background-color css

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

 a { background-color: rgb(17,90,236); }

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

border-color css

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

 span { border-color: rgb(17,90,236); }

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