Html Css Color HEX #114BDF Navy Blue

📋 copy color: '#114BDF'

red 17 ◦ green 75 ◦ blue 223

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

Shades of Navy Blue #114BDF

Tints of Navy Blue #114BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.79%

R = 5.4%
G = 23.81%
B = 70.79%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#114BDF (or 0x114BDF) is known color: Navy Blue. HEX triplet: 11, 4B and DF. RGB value is (17,75,223). Sum of RGB (Red+Green+Blue) = 17+75+223=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #114BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BDF is #EEB420. Grayscale: #494949. Windows color (decimal): -15643681 or 14633745. OLE color: 14633745.

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

Color convert

RGB 17 75 223 -
CMYK 0.92 0.66 0 0.13
HSL 223.11º 0.86% 0.47% -
HSV(B) 223.11º 0.92% 0.87% -
XYZ 16.07 10.48 70.99 -
YUV 74.53 211.78 86.97 -
System Red Green Blue C M Y K H S L
Decimal 17 75 223 0.92 0.66 0 0.13 223.11 0.86 0.47
Hex 11 4B DF 5C 42 0 D DF 56 2F
Octal 21 113 337 134 102 0 15 337 126 57
Binary 10001 1001011 11011111 1011100 1000010 0 1101 11011111 1010110 101111

Color Harmonies of #114BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BDF

Black with #114BDF

Text Example


Text Example

White with #114BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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