Html Css Color HEX #115AEA Navy Blue

📋 copy color: '#115AEA'

red 17 ◦ green 90 ◦ blue 234

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

Shades of Navy Blue #115AEA

Tints of Navy Blue #115AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.62%

R = 4.99%
G = 26.39%
B = 68.62%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#115AEA (or 0x115AEA) is known color: Navy Blue. HEX triplet: 11, 5A and EA. RGB value is (17,90,234). Sum of RGB (Red+Green+Blue) = 17+90+234=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #115AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AEA is #EEA515. Grayscale: #535353. Windows color (decimal): -15639830 or 15358481. OLE color: 15358481.

HSL color Cylindrical-coordinate representation of color #115AEA: hue angle of 219.82º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AEA is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 90 234 -
CMYK 0.93 0.62 0 0.08
HSL 219.82º 0.86% 0.49% -
HSV(B) 219.82º 0.93% 0.92% -
XYZ 18.74 13.37 79.44 -
YUV 84.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 17 90 234 0.93 0.62 0 0.08 219.82 0.86 0.49
Hex 11 5A EA 5D 3E 0 8 DC 56 31
Octal 21 132 352 135 76 0 10 334 126 61
Binary 10001 1011010 11101010 1011101 111110 0 1000 11011100 1010110 110001

Color Harmonies of #115AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AEA

Black with #115AEA

Text Example


Text Example

White with #115AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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