Html Css Color HEX #114CDE Navy Blue

📋 copy color: '#114CDE'

red 17 ◦ green 76 ◦ blue 222

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

Shades of Navy Blue #114CDE

Tints of Navy Blue #114CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.48%

R = 5.4%
G = 24.13%
B = 70.48%

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

#114CDE (or 0x114CDE) is known color: Navy Blue. HEX triplet: 11, 4C and DE. RGB value is (17,76,222). Sum of RGB (Red+Green+Blue) = 17+76+222=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #114CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CDE is #EEB321. Grayscale: #4A4A4A. Windows color (decimal): -15643426 or 14568465. OLE color: 14568465.

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

Color convert

RGB 17 76 222 -
CMYK 0.92 0.66 0 0.13
HSL 222.73º 0.86% 0.47% -
HSV(B) 222.73º 0.92% 0.87% -
XYZ 16 10.56 70.3 -
YUV 75 210.95 86.63 -
System Red Green Blue C M Y K H S L
Decimal 17 76 222 0.92 0.66 0 0.13 222.73 0.86 0.47
Hex 11 4C DE 5C 42 0 D DF 56 2F
Octal 21 114 336 134 102 0 15 337 126 57
Binary 10001 1001100 11011110 1011100 1000010 0 1101 11011111 1010110 101111

Color Harmonies of #114CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CDE

Black with #114CDE

Text Example


Text Example

White with #114CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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