Html Css Color HEX #114BF2 Navy Blue

📋 copy color: '#114BF2'

red 17 ◦ green 75 ◦ blue 242

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

Shades of Navy Blue #114BF2

Tints of Navy Blue #114BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 242 (94.92% from 255) = 72.46%

R = 5.09%
G = 22.46%
B = 72.46%

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

#114BF2 (or 0x114BF2) is known color: Navy Blue. HEX triplet: 11, 4B and F2. RGB value is (17,75,242). Sum of RGB (Red+Green+Blue) = 17+75+242=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 242 (94.92% from 255 or 72.46% from 334); Max value from RGB is 242 - color contains mainly: blue. Hex color #114BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BF2 is #EEB40D. Grayscale: #4B4B4B. Windows color (decimal): -15643662 or 15878929. OLE color: 15878929.

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

Color convert

RGB 17 75 242 -
CMYK 0.93 0.69 0 0.05
HSL 224.53º 0.9% 0.51% -
HSV(B) 224.53º 0.93% 0.95% -
XYZ 18.77 11.56 85.25 -
YUV 76.7 221.28 85.42 -
System Red Green Blue C M Y K H S L
Decimal 17 75 242 0.93 0.69 0 0.05 224.53 0.9 0.51
Hex 11 4B F2 5D 45 0 5 E1 5A 33
Octal 21 113 362 135 105 0 5 341 132 63
Binary 10001 1001011 11110010 1011101 1000101 0 101 11100001 1011010 110011

Color Harmonies of #114BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BF2

Black with #114BF2

Text Example


Text Example

White with #114BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,75,242); }

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

background-color css

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

 a { background-color: rgb(17,75,242); }

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

border-color css

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

 span { border-color: rgb(17,75,242); }

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