#004CFF

Color #004CFF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #004CFF

Tints of Navy Blue #004CFF

Color information

#004CFF (or 0x004CFF) is unknown color: approx Navy Blue. HEX triplet: 00, 4C and FF. RGB value is (0,76,255). Sum of RGB (Red+Green+Blue) = 0+76+255=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #004CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004CFF is #FFB300. Grayscale: #484848. Windows color (decimal): -16757505 or 16731136. OLE color: 16731136.

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

Color convert

RGB076255-
CMYK10.7000
HSL222.12º100%50%-
HSV(B)222.12º100%100%-
XYZ20.6312.3995.91-
YUV73.68230.3275.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 255 (100% from 255) = 77.04%
R=0%
G=22.96%
B=77.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal07625510.7000222.1210050
Hex04CFF644600de6432
Octal01143771441060033614462
Binary01001100111111111100100100011000110111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #004CFF;
 }
 .AnyTagClassName
 {
   color: #004CFF;
 }
</style>
background-color css

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

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

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

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

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

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