Html Css Color HEX #114AED Navy Blue

📋 copy color: '#114AED'

red 17 ◦ green 74 ◦ blue 237

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

Shades of Navy Blue #114AED

Tints of Navy Blue #114AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

 BLUE value IS 237 (92.97% from 255) = 72.26%

R = 5.18%
G = 22.56%
B = 72.26%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#114AED (or 0x114AED) is known color: Navy Blue. HEX triplet: 11, 4A and ED. RGB value is (17,74,237). Sum of RGB (Red+Green+Blue) = 17+74+237=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #114AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AED is #EEB512. Grayscale: #4A4A4A. Windows color (decimal): -15643923 or 15550993. OLE color: 15550993.

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

Color convert

RGB 17 74 237 -
CMYK 0.93 0.69 0 0.07
HSL 224.45º 0.87% 0.5% -
HSV(B) 224.45º 0.93% 0.93% -
XYZ 17.97 11.13 81.32 -
YUV 75.54 219.12 86.25 -
System Red Green Blue C M Y K H S L
Decimal 17 74 237 0.93 0.69 0 0.07 224.45 0.87 0.5
Hex 11 4A ED 5D 45 0 7 E0 57 32
Octal 21 112 355 135 105 0 7 340 127 62
Binary 10001 1001010 11101101 1011101 1000101 0 111 11100000 1010111 110010

Color Harmonies of #114AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AED

Black with #114AED

Text Example


Text Example

White with #114AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,74,237); }

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

background-color css

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

 a { background-color: rgb(17,74,237); }

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

border-color css

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

 span { border-color: rgb(17,74,237); }

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