#004CCF

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

Shades of Navy Blue #004CCF

Tints of Navy Blue #004CCF

Color information

#004CCF (or 0x004CCF) is unknown color: approx Navy Blue. HEX triplet: 00, 4C and CF. RGB value is (0,76,207). Sum of RGB (Red+Green+Blue) = 0+76+207=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #004CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CCF is #FFB330. Grayscale: #434343. Windows color (decimal): -16757553 or 13585408. OLE color: 13585408.

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

Color convert

RGB076207-
CMYK10.6300.19
HSL217.97º100%40.59%-
HSV(B)217.97º100%81.18%-
XYZ13.859.6760.17-
YUV68.21206.3279.35-

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) = 26.86%
BLUE value IS 207 (81.25% from 255) = 73.14%
R=0%
G=26.86%
B=73.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal07620710.6300.19217.9710040.59
Hex04CCF643F013da6429
Octal01143171447702333214451
Binary01001100110011111100100111111010011110110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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