Html Css Color HEX #114AF1 Navy Blue

📋 copy color: '#114AF1'

red 17 ◦ green 74 ◦ blue 241

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

Shades of Navy Blue #114AF1

Tints of Navy Blue #114AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 72.59%

R = 5.12%
G = 22.29%
B = 72.59%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#114AF1 (or 0x114AF1) is known color: Navy Blue. HEX triplet: 11, 4A and F1. RGB value is (17,74,241). Sum of RGB (Red+Green+Blue) = 17+74+241=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #114AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AF1 is #EEB50E. Grayscale: #4B4B4B. Windows color (decimal): -15643919 or 15813137. OLE color: 15813137.

HSL color Cylindrical-coordinate representation of color #114AF1: hue angle of 224.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114AF1 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 74 241 -
CMYK 0.93 0.69 0 0.05
HSL 224.73º 0.89% 0.51% -
HSV(B) 224.73º 0.93% 0.95% -
XYZ 18.56 11.37 84.44 -
YUV 76 221.12 85.92 -
System Red Green Blue C M Y K H S L
Decimal 17 74 241 0.93 0.69 0 0.05 224.73 0.89 0.51
Hex 11 4A F1 5D 45 0 5 E1 59 33
Octal 21 112 361 135 105 0 5 341 131 63
Binary 10001 1001010 11110001 1011101 1000101 0 101 11100001 1011001 110011

Color Harmonies of #114AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AF1

Black with #114AF1

Text Example


Text Example

White with #114AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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