Html Css Color HEX #114CF5 Navy Blue

📋 copy color: '#114CF5'

red 17 ◦ green 76 ◦ blue 245

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

Shades of Navy Blue #114CF5

Tints of Navy Blue #114CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 72.49%

R = 5.03%
G = 22.49%
B = 72.49%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#114CF5 (or 0x114CF5) is known color: Navy Blue. HEX triplet: 11, 4C and F5. RGB value is (17,76,245). Sum of RGB (Red+Green+Blue) = 17+76+245=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 245 (96.09% from 255 or 72.49% from 338); Max value from RGB is 245 - color contains mainly: blue. Hex color #114CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CF5 is #EEB30A. Grayscale: #4C4C4C. Windows color (decimal): -15643403 or 16075793. OLE color: 16075793.

HSL color Cylindrical-coordinate representation of color #114CF5: hue angle of 224.47º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114CF5 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 76 245 -
CMYK 0.93 0.69 0 0.04
HSL 224.47º 0.92% 0.51% -
HSV(B) 224.47º 0.93% 0.96% -
XYZ 19.3 11.88 87.66 -
YUV 77.63 222.45 84.76 -
System Red Green Blue C M Y K H S L
Decimal 17 76 245 0.93 0.69 0 0.04 224.47 0.92 0.51
Hex 11 4C F5 5D 45 0 4 E0 5C 33
Octal 21 114 365 135 105 0 4 340 134 63
Binary 10001 1001100 11110101 1011101 1000101 0 100 11100000 1011100 110011

Color Harmonies of #114CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CF5

Black with #114CF5

Text Example


Text Example

White with #114CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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