Html Css Color HEX #115AF2 Navy Blue

📋 copy color: '#115AF2'

red 17 ◦ green 90 ◦ blue 242

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

Shades of Navy Blue #115AF2

Tints of Navy Blue #115AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 69.34%

R = 4.87%
G = 25.79%
B = 69.34%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#115AF2 (or 0x115AF2) is known color: Navy Blue. HEX triplet: 11, 5A and F2. RGB value is (17,90,242). Sum of RGB (Red+Green+Blue) = 17+90+242=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 242 (94.92% from 255 or 69.34% from 349); Max value from RGB is 242 - color contains mainly: blue. Hex color #115AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AF2 is #EEA50D. Grayscale: #545454. Windows color (decimal): -15639822 or 15882769. OLE color: 15882769.

HSL color Cylindrical-coordinate representation of color #115AF2: hue angle of 220.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AF2 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 90 242 -
CMYK 0.93 0.63 0 0.05
HSL 220.53º 0.9% 0.51% -
HSV(B) 220.53º 0.93% 0.95% -
XYZ 19.91 13.84 85.63 -
YUV 85.5 216.32 79.14 -
System Red Green Blue C M Y K H S L
Decimal 17 90 242 0.93 0.63 0 0.05 220.53 0.9 0.51
Hex 11 5A F2 5D 3F 0 5 DD 5A 33
Octal 21 132 362 135 77 0 5 335 132 63
Binary 10001 1011010 11110010 1011101 111111 0 101 11011101 1011010 110011

Color Harmonies of #115AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115AF2

Black with #115AF2

Text Example


Text Example

White with #115AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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