Html Css Color HEX #114CDF Navy Blue

📋 copy color: '#114CDF'

red 17 ◦ green 76 ◦ blue 223

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

Shades of Navy Blue #114CDF

Tints of Navy Blue #114CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.05%

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

R = 5.38%
G = 24.05%
B = 70.57%

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

#114CDF (or 0x114CDF) is known color: Navy Blue. HEX triplet: 11, 4C and DF. RGB value is (17,76,223). Sum of RGB (Red+Green+Blue) = 17+76+223=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #114CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CDF is #EEB320. Grayscale: #4A4A4A. Windows color (decimal): -15643425 or 14634001. OLE color: 14634001.

HSL color Cylindrical-coordinate representation of color #114CDF: hue angle of 222.82º 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 #114CDF is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 76 223 -
CMYK 0.92 0.66 0 0.13
HSL 222.82º 0.86% 0.47% -
HSV(B) 222.82º 0.92% 0.87% -
XYZ 16.13 10.62 71.01 -
YUV 75.12 211.45 86.55 -
System Red Green Blue C M Y K H S L
Decimal 17 76 223 0.92 0.66 0 0.13 222.82 0.86 0.47
Hex 11 4C DF 5C 42 0 D DF 56 2F
Octal 21 114 337 134 102 0 15 337 126 57
Binary 10001 1001100 11011111 1011100 1000010 0 1101 11011111 1010110 101111

Color Harmonies of #114CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CDF

Black with #114CDF

Text Example


Text Example

White with #114CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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