#004BED

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

Shades of Navy Blue #004BED

Tints of Navy Blue #004BED

Color information

#004BED (or 0x004BED) is unknown color: approx Navy Blue. HEX triplet: 00, 4B and ED. RGB value is (0,75,237). Sum of RGB (Red+Green+Blue) = 0+75+237=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #004BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004BED is #FFB412. Grayscale: #464646. Windows color (decimal): -16757779 or 15551232. OLE color: 15551232.

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

Color convert

RGB075237-
CMYK10.6800.07
HSL221.01º100%46.47%-
HSV(B)221.01º100%92.94%-
XYZ17.811.1581.33-
YUV71.04221.6577.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 237 (92.97% from 255) = 75.96%
R=0%
G=24.04%
B=75.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal07523710.6800.07221.0110046.47
Hex04BED644407dd642e
Octal01133551441040733514456
Binary0100101111101101110010010001000111110111011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,75,237); }

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

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

 a { background-color: rgb(0,75,237); }

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

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

 span { border-color: rgb(0,75,237); }

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