Html Css Color HEX #114EEB Navy Blue

📋 copy color: '#114EEB'

red 17 ◦ green 78 ◦ blue 235

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

Shades of Navy Blue #114EEB

Tints of Navy Blue #114EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

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

R = 5.15%
G = 23.64%
B = 71.21%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#114EEB (or 0x114EEB) is known color: Navy Blue. HEX triplet: 11, 4E and EB. RGB value is (17,78,235). Sum of RGB (Red+Green+Blue) = 17+78+235=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #114EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EEB is #EEB114. Grayscale: #4C4C4C. Windows color (decimal): -15642901 or 15420945. OLE color: 15420945.

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

Color convert

RGB 17 78 235 -
CMYK 0.93 0.67 0 0.08
HSL 223.21º 0.87% 0.49% -
HSV(B) 223.21º 0.93% 0.92% -
XYZ 17.95 11.57 79.88 -
YUV 77.66 216.79 84.73 -
System Red Green Blue C M Y K H S L
Decimal 17 78 235 0.93 0.67 0 0.08 223.21 0.87 0.49
Hex 11 4E EB 5D 43 0 8 DF 57 31
Octal 21 116 353 135 103 0 10 337 127 61
Binary 10001 1001110 11101011 1011101 1000011 0 1000 11011111 1010111 110001

Color Harmonies of #114EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EEB

Black with #114EEB

Text Example


Text Example

White with #114EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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