Html Css Color HEX #114AE0 Navy Blue

📋 copy color: '#114AE0'

red 17 ◦ green 74 ◦ blue 224

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

Shades of Navy Blue #114AE0

Tints of Navy Blue #114AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 71.11%

R = 5.4%
G = 23.49%
B = 71.11%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#114AE0 (or 0x114AE0) is known color: Navy Blue. HEX triplet: 11, 4A and E0. RGB value is (17,74,224). Sum of RGB (Red+Green+Blue) = 17+74+224=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #114AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114AE0 is #EEB51F. Grayscale: #494949. Windows color (decimal): -15643936 or 14699025. OLE color: 14699025.

HSL color Cylindrical-coordinate representation of color #114AE0: hue angle of 223.48º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114AE0 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 74 224 -
CMYK 0.92 0.67 0 0.12
HSL 223.48º 0.86% 0.47% -
HSV(B) 223.48º 0.92% 0.88% -
XYZ 16.13 10.4 71.68 -
YUV 74.06 212.62 87.3 -
System Red Green Blue C M Y K H S L
Decimal 17 74 224 0.92 0.67 0 0.12 223.48 0.86 0.47
Hex 11 4A E0 5C 43 0 C DF 56 2F
Octal 21 112 340 134 103 0 14 337 126 57
Binary 10001 1001010 11100000 1011100 1000011 0 1100 11011111 1010110 101111

Color Harmonies of #114AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AE0

Black with #114AE0

Text Example


Text Example

White with #114AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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