Html Css Color HEX #114AEC Navy Blue

📋 copy color: '#114AEC'

red 17 ◦ green 74 ◦ blue 236

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

Shades of Navy Blue #114AEC

Tints of Navy Blue #114AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.17%

R = 5.2%
G = 22.63%
B = 72.17%

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

#114AEC (or 0x114AEC) is known color: Navy Blue. HEX triplet: 11, 4A and EC. RGB value is (17,74,236). Sum of RGB (Red+Green+Blue) = 17+74+236=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #114AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AEC is #EEB513. Grayscale: #4A4A4A. Windows color (decimal): -15643924 or 15485457. OLE color: 15485457.

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

Color convert

RGB 17 74 236 -
CMYK 0.93 0.69 0 0.07
HSL 224.38º 0.87% 0.5% -
HSV(B) 224.38º 0.93% 0.93% -
XYZ 17.82 11.07 80.55 -
YUV 75.43 218.62 86.33 -
System Red Green Blue C M Y K H S L
Decimal 17 74 236 0.93 0.69 0 0.07 224.38 0.87 0.5
Hex 11 4A EC 5D 45 0 7 E0 57 32
Octal 21 112 354 135 105 0 7 340 127 62
Binary 10001 1001010 11101100 1011101 1000101 0 111 11100000 1010111 110010

Color Harmonies of #114AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AEC

Black with #114AEC

Text Example


Text Example

White with #114AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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