Html Css Color HEX #114CF1 Navy Blue

📋 copy color: '#114CF1'

red 17 ◦ green 76 ◦ blue 241

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

Shades of Navy Blue #114CF1

Tints of Navy Blue #114CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

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

R = 5.09%
G = 22.75%
B = 72.16%

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

#114CF1 (or 0x114CF1) is known color: Navy Blue. HEX triplet: 11, 4C and F1. RGB value is (17,76,241). Sum of RGB (Red+Green+Blue) = 17+76+241=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 241 (94.53% from 255 or 72.16% from 334); Max value from RGB is 241 - color contains mainly: blue. Hex color #114CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CF1 is #EEB30E. Grayscale: #4C4C4C. Windows color (decimal): -15643407 or 15813649. OLE color: 15813649.

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

Color convert

RGB 17 76 241 -
CMYK 0.93 0.68 0 0.05
HSL 224.2º 0.89% 0.51% -
HSV(B) 224.2º 0.93% 0.95% -
XYZ 18.69 11.64 84.48 -
YUV 77.17 220.45 85.08 -
System Red Green Blue C M Y K H S L
Decimal 17 76 241 0.93 0.68 0 0.05 224.2 0.89 0.51
Hex 11 4C F1 5D 44 0 5 E0 59 33
Octal 21 114 361 135 104 0 5 340 131 63
Binary 10001 1001100 11110001 1011101 1000100 0 101 11100000 1011001 110011

Color Harmonies of #114CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CF1

Black with #114CF1

Text Example


Text Example

White with #114CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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