Html Css Color HEX #114CEF Navy Blue

📋 copy color: '#114CEF'

red 17 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #114CEF

Tints of Navy Blue #114CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.99%

R = 5.12%
G = 22.89%
B = 71.99%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#114CEF (or 0x114CEF) is known color: Navy Blue. HEX triplet: 11, 4C and EF. RGB value is (17,76,239). Sum of RGB (Red+Green+Blue) = 17+76+239=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #114CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CEF is #EEB310. Grayscale: #4C4C4C. Windows color (decimal): -15643409 or 15682577. OLE color: 15682577.

HSL color Cylindrical-coordinate representation of color #114CEF: hue angle of 224.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114CEF is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 76 239 -
CMYK 0.93 0.68 0 0.06
HSL 224.05º 0.87% 0.5% -
HSV(B) 224.05º 0.93% 0.94% -
XYZ 18.4 11.52 82.92 -
YUV 76.94 219.45 85.25 -
System Red Green Blue C M Y K H S L
Decimal 17 76 239 0.93 0.68 0 0.06 224.05 0.87 0.5
Hex 11 4C EF 5D 44 0 6 E0 57 32
Octal 21 114 357 135 104 0 6 340 127 62
Binary 10001 1001100 11101111 1011101 1000100 0 110 11100000 1010111 110010

Color Harmonies of #114CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CEF

Black with #114CEF

Text Example


Text Example

White with #114CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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