Html Css Color HEX #004CEF Navy Blue

📋 copy color: '#004CEF'

red 0 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #004CEF

Tints of Navy Blue #004CEF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 24.13%
B = 75.87%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#004CEF (or 0x004CEF) is known color: Navy Blue. HEX triplet: 00, 4C and EF. RGB value is (0,76,239). Sum of RGB (Red+Green+Blue) = 0+76+239=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #004CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004CEF is #FFB310. Grayscale: #474747. Windows color (decimal): -16757521 or 15682560. OLE color: 15682560.

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

Color convert

RGB 0 76 239 -
CMYK 1 0.68 0 0.06
HSL 220.92º 1% 0.47% -
HSV(B) 220.92º 1% 0.94% -
XYZ 18.16 11.4 82.9 -
YUV 71.86 222.32 76.75 -
System Red Green Blue C M Y K H S L
Decimal 0 76 239 1 0.68 0 0.06 220.92 1 0.47
Hex 0 4C EF 64 44 0 6 DD 64 2F
Octal 0 114 357 144 104 0 6 335 144 57
Binary 0 1001100 11101111 1100100 1000100 0 110 11011101 1100100 101111

Color Harmonies of #004CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CEF

Black with #004CEF

Text Example


Text Example

White with #004CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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