Html Css Color HEX #114AF4 Navy Blue

📋 copy color: '#114AF4'

red 17 ◦ green 74 ◦ blue 244

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

Shades of Navy Blue #114AF4

Tints of Navy Blue #114AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 72.84%

R = 5.07%
G = 22.09%
B = 72.84%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#114AF4 (or 0x114AF4) is known color: Navy Blue. HEX triplet: 11, 4A and F4. RGB value is (17,74,244). Sum of RGB (Red+Green+Blue) = 17+74+244=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 244 (95.70% from 255 or 72.84% from 335); Max value from RGB is 244 - color contains mainly: blue. Hex color #114AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AF4 is #EEB50B. Grayscale: #4B4B4B. Windows color (decimal): -15643916 or 16009745. OLE color: 16009745.

HSL color Cylindrical-coordinate representation of color #114AF4: hue angle of 224.93º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114AF4 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 74 244 -
CMYK 0.93 0.70 0 0.04
HSL 224.93º 0.91% 0.51% -
HSV(B) 224.93º 0.93% 0.96% -
XYZ 19.01 11.55 86.82 -
YUV 76.34 222.62 85.68 -
System Red Green Blue C M Y K H S L
Decimal 17 74 244 0.93 0.70 0 0.04 224.93 0.91 0.51
Hex 11 4A F4 5D 46 0 4 E1 5B 33
Octal 21 112 364 135 106 0 4 341 133 63
Binary 10001 1001010 11110100 1011101 1000110 0 100 11100001 1011011 110011

Color Harmonies of #114AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AF4

Black with #114AF4

Text Example


Text Example

White with #114AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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