Html Css Color HEX #115BF3 Navy Blue

📋 copy color: '#115BF3'

red 17 ◦ green 91 ◦ blue 243

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

Shades of Navy Blue #115BF3

Tints of Navy Blue #115BF3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 243 (95.31% from 255) = 69.23%

R = 4.84%
G = 25.93%
B = 69.23%

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

#115BF3 (or 0x115BF3) is known color: Navy Blue. HEX triplet: 11, 5B and F3. RGB value is (17,91,243). Sum of RGB (Red+Green+Blue) = 17+91+243=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 243 (95.31% from 255 or 69.23% from 351); Max value from RGB is 243 - color contains mainly: blue. Hex color #115BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BF3 is #EEA40C. Grayscale: #555555. Windows color (decimal): -15639565 or 15948561. OLE color: 15948561.

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

Color convert

RGB 17 91 243 -
CMYK 0.93 0.63 0 0.05
HSL 220.35º 0.9% 0.51% -
HSV(B) 220.35º 0.93% 0.95% -
XYZ 20.15 14.07 86.45 -
YUV 86.2 216.48 78.64 -
System Red Green Blue C M Y K H S L
Decimal 17 91 243 0.93 0.63 0 0.05 220.35 0.9 0.51
Hex 11 5B F3 5D 3F 0 5 DC 5A 33
Octal 21 133 363 135 77 0 5 334 132 63
Binary 10001 1011011 11110011 1011101 111111 0 101 11011100 1011010 110011

Color Harmonies of #115BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115BF3

Black with #115BF3

Text Example


Text Example

White with #115BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,91,243); }

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

background-color css

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

 a { background-color: rgb(17,91,243); }

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

border-color css

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

 span { border-color: rgb(17,91,243); }

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