Html Css Color HEX #114BF1 Navy Blue

📋 copy color: '#114BF1'

red 17 ◦ green 75 ◦ blue 241

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

Shades of Navy Blue #114BF1

Tints of Navy Blue #114BF1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

 BLUE value IS 241 (94.53% from 255) = 72.37%

R = 5.11%
G = 22.52%
B = 72.37%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#114BF1 (or 0x114BF1) is known color: Navy Blue. HEX triplet: 11, 4B and F1. RGB value is (17,75,241). Sum of RGB (Red+Green+Blue) = 17+75+241=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #114BF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BF1 is #EEB40E. Grayscale: #4B4B4B. Windows color (decimal): -15643663 or 15813393. OLE color: 15813393.

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

Color convert

RGB 17 75 241 -
CMYK 0.93 0.69 0 0.05
HSL 224.46º 0.89% 0.51% -
HSV(B) 224.46º 0.93% 0.95% -
XYZ 18.62 11.5 84.46 -
YUV 76.58 220.78 85.5 -
System Red Green Blue C M Y K H S L
Decimal 17 75 241 0.93 0.69 0 0.05 224.46 0.89 0.51
Hex 11 4B F1 5D 45 0 5 E0 59 33
Octal 21 113 361 135 105 0 5 340 131 63
Binary 10001 1001011 11110001 1011101 1000101 0 101 11100000 1011001 110011

Color Harmonies of #114BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BF1

Black with #114BF1

Text Example


Text Example

White with #114BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,75,241); }

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

background-color css

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

 a { background-color: rgb(17,75,241); }

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

border-color css

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

 span { border-color: rgb(17,75,241); }

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