Html Css Color HEX #114FFA Navy Blue

📋 copy color: '#114FFA'

red 17 ◦ green 79 ◦ blue 250

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

Shades of Navy Blue #114FFA

Tints of Navy Blue #114FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

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

R = 4.91%
G = 22.83%
B = 72.25%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#114FFA (or 0x114FFA) is known color: Navy Blue. HEX triplet: 11, 4F and FA. RGB value is (17,79,250). Sum of RGB (Red+Green+Blue) = 17+79+250=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #114FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114FFA is #EEB005. Grayscale: #4F4F4F. Windows color (decimal): -15642630 or 16404241. OLE color: 16404241.

HSL color Cylindrical-coordinate representation of color #114FFA: hue angle of 224.03º 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 #114FFA is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 79 250 -
CMYK 0.93 0.68 0 0.02
HSL 224.03º 0.96% 0.52% -
HSV(B) 224.03º 0.93% 0.98% -
XYZ 20.28 12.61 91.81 -
YUV 79.96 223.96 83.1 -
System Red Green Blue C M Y K H S L
Decimal 17 79 250 0.93 0.68 0 0.02 224.03 0.96 0.52
Hex 11 4F FA 5D 44 0 2 E0 60 34
Octal 21 117 372 135 104 0 2 340 140 64
Binary 10001 1001111 11111010 1011101 1000100 0 10 11100000 1100000 110100

Color Harmonies of #114FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FFA

Black with #114FFA

Text Example


Text Example

White with #114FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114FFA; }

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

 H1.HeaderClassName
 {
   color: #114FFA;
 }
 .AnyTagClassName
 {
   color: #114FFA;
 }
</style>

background-color css

<style>
 a { background-color: #114FFA; }

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

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

border-color css

<style>
 span { border-color: #114FFA; }

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

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