Html Css Color HEX #114FF3 Navy Blue

📋 copy color: '#114FF3'

red 17 ◦ green 79 ◦ blue 243

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

Shades of Navy Blue #114FF3

Tints of Navy Blue #114FF3

RGB

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

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

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

R = 5.01%
G = 23.3%
B = 71.68%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#114FF3 (or 0x114FF3) is known color: Navy Blue. HEX triplet: 11, 4F and F3. RGB value is (17,79,243). Sum of RGB (Red+Green+Blue) = 17+79+243=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #114FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114FF3 is #EEB00C. Grayscale: #4E4E4E. Windows color (decimal): -15642637 or 15945489. OLE color: 15945489.

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

Color convert

RGB 17 79 243 -
CMYK 0.93 0.67 0 0.05
HSL 223.54º 0.9% 0.51% -
HSV(B) 223.54º 0.93% 0.95% -
XYZ 19.2 12.18 86.13 -
YUV 79.16 220.46 83.66 -
System Red Green Blue C M Y K H S L
Decimal 17 79 243 0.93 0.67 0 0.05 223.54 0.9 0.51
Hex 11 4F F3 5D 43 0 5 E0 5A 33
Octal 21 117 363 135 103 0 5 340 132 63
Binary 10001 1001111 11110011 1011101 1000011 0 101 11100000 1011010 110011

Color Harmonies of #114FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FF3

Black with #114FF3

Text Example


Text Example

White with #114FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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