Html Css Color HEX #114CEB Navy Blue

📋 copy color: '#114CEB'

red 17 ◦ green 76 ◦ blue 235

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

Shades of Navy Blue #114CEB

Tints of Navy Blue #114CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.65%

R = 5.18%
G = 23.17%
B = 71.65%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#114CEB (or 0x114CEB) is known color: Navy Blue. HEX triplet: 11, 4C and EB. RGB value is (17,76,235). Sum of RGB (Red+Green+Blue) = 17+76+235=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #114CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CEB is #EEB314. Grayscale: #4B4B4B. Windows color (decimal): -15643413 or 15420433. OLE color: 15420433.

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

Color convert

RGB 17 76 235 -
CMYK 0.93 0.68 0 0.08
HSL 223.76º 0.87% 0.49% -
HSV(B) 223.76º 0.93% 0.92% -
XYZ 17.81 11.29 79.84 -
YUV 76.49 217.45 85.57 -
System Red Green Blue C M Y K H S L
Decimal 17 76 235 0.93 0.68 0 0.08 223.76 0.87 0.49
Hex 11 4C EB 5D 44 0 8 E0 57 31
Octal 21 114 353 135 104 0 10 340 127 61
Binary 10001 1001100 11101011 1011101 1000100 0 1000 11100000 1010111 110001

Color Harmonies of #114CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CEB

Black with #114CEB

Text Example


Text Example

White with #114CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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