Html Css Color HEX #114BEC Navy Blue

📋 copy color: '#114BEC'

red 17 ◦ green 75 ◦ blue 236

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

Shades of Navy Blue #114BEC

Tints of Navy Blue #114BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.95%

R = 5.18%
G = 22.87%
B = 71.95%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#114BEC (or 0x114BEC) is known color: Navy Blue. HEX triplet: 11, 4B and EC. RGB value is (17,75,236). Sum of RGB (Red+Green+Blue) = 17+75+236=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #114BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BEC is #EEB413. Grayscale: #4B4B4B. Windows color (decimal): -15643668 or 15485713. OLE color: 15485713.

HSL color Cylindrical-coordinate representation of color #114BEC: hue angle of 224.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114BEC is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 75 236 -
CMYK 0.93 0.68 0 0.07
HSL 224.11º 0.87% 0.5% -
HSV(B) 224.11º 0.93% 0.93% -
XYZ 17.89 11.21 80.58 -
YUV 76.01 218.28 85.91 -
System Red Green Blue C M Y K H S L
Decimal 17 75 236 0.93 0.68 0 0.07 224.11 0.87 0.5
Hex 11 4B EC 5D 44 0 7 E0 57 32
Octal 21 113 354 135 104 0 7 340 127 62
Binary 10001 1001011 11101100 1011101 1000100 0 111 11100000 1010111 110010

Color Harmonies of #114BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BEC

Black with #114BEC

Text Example


Text Example

White with #114BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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