Html Css Color HEX #114BE8 Navy Blue

📋 copy color: '#114BE8'

red 17 ◦ green 75 ◦ blue 232

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

Shades of Navy Blue #114BE8

Tints of Navy Blue #114BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 71.6%

R = 5.25%
G = 23.15%
B = 71.6%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#114BE8 (or 0x114BE8) is known color: Navy Blue. HEX triplet: 11, 4B and E8. RGB value is (17,75,232). Sum of RGB (Red+Green+Blue) = 17+75+232=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #114BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BE8 is #EEB417. Grayscale: #4A4A4A. Windows color (decimal): -15643672 or 15223569. OLE color: 15223569.

HSL color Cylindrical-coordinate representation of color #114BE8: hue angle of 223.81º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114BE8 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 75 232 -
CMYK 0.93 0.68 0 0.09
HSL 223.81º 0.86% 0.49% -
HSV(B) 223.81º 0.93% 0.91% -
XYZ 17.31 10.98 77.55 -
YUV 75.56 216.28 86.23 -
System Red Green Blue C M Y K H S L
Decimal 17 75 232 0.93 0.68 0 0.09 223.81 0.86 0.49
Hex 11 4B E8 5D 44 0 9 E0 56 31
Octal 21 113 350 135 104 0 11 340 126 61
Binary 10001 1001011 11101000 1011101 1000100 0 1001 11100000 1010110 110001

Color Harmonies of #114BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BE8

Black with #114BE8

Text Example


Text Example

White with #114BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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