Html Css Color HEX #115CFA Navy Blue

📋 copy color: '#115CFA'

red 17 ◦ green 92 ◦ blue 250

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

Shades of Navy Blue #115CFA

Tints of Navy Blue #115CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 4.74%
G = 25.63%
B = 69.64%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#115CFA (or 0x115CFA) is known color: Navy Blue. HEX triplet: 11, 5C and FA. RGB value is (17,92,250). Sum of RGB (Red+Green+Blue) = 17+92+250=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #115CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CFA is #EEA305. Grayscale: #565656. Windows color (decimal): -15639302 or 16407569. OLE color: 16407569.

HSL color Cylindrical-coordinate representation of color #115CFA: hue angle of 220.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CFA is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 92 250 -
CMYK 0.93 0.63 0 0.02
HSL 220.69º 0.96% 0.52% -
HSV(B) 220.69º 0.93% 0.98% -
XYZ 21.31 14.68 92.15 -
YUV 87.59 219.65 77.65 -
System Red Green Blue C M Y K H S L
Decimal 17 92 250 0.93 0.63 0 0.02 220.69 0.96 0.52
Hex 11 5C FA 5D 3F 0 2 DD 60 34
Octal 21 134 372 135 77 0 2 335 140 64
Binary 10001 1011100 11111010 1011101 111111 0 10 11011101 1100000 110100

Color Harmonies of #115CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115CFA

Black with #115CFA

Text Example


Text Example

White with #115CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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