Html Css Color HEX #114DF3 Navy Blue

📋 copy color: '#114DF3'

red 17 ◦ green 77 ◦ blue 243

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

Shades of Navy Blue #114DF3

Tints of Navy Blue #114DF3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 5.04%
G = 22.85%
B = 72.11%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#114DF3 (or 0x114DF3) is known color: Navy Blue. HEX triplet: 11, 4D and F3. RGB value is (17,77,243). Sum of RGB (Red+Green+Blue) = 17+77+243=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 243 (95.31% from 255 or 72.11% from 337); Max value from RGB is 243 - color contains mainly: blue. Hex color #114DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DF3 is #EEB20C. Grayscale: #4D4D4D. Windows color (decimal): -15643149 or 15944977. OLE color: 15944977.

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

Color convert

RGB 17 77 243 -
CMYK 0.93 0.68 0 0.05
HSL 224.07º 0.9% 0.51% -
HSV(B) 224.07º 0.93% 0.95% -
XYZ 19.06 11.9 86.09 -
YUV 77.98 221.12 84.5 -
System Red Green Blue C M Y K H S L
Decimal 17 77 243 0.93 0.68 0 0.05 224.07 0.9 0.51
Hex 11 4D F3 5D 44 0 5 E0 5A 33
Octal 21 115 363 135 104 0 5 340 132 63
Binary 10001 1001101 11110011 1011101 1000100 0 101 11100000 1011010 110011

Color Harmonies of #114DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DF3

Black with #114DF3

Text Example


Text Example

White with #114DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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