#0484E1

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

Shades of Navy Blue #0484E1

Tints of Navy Blue #0484E1

Color information

#0484E1 (or 0x0484E1) is unknown color: approx Navy Blue. HEX triplet: 04, 84 and E1. RGB value is (4,132,225). Sum of RGB (Red+Green+Blue) = 4+132+225=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #0484E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0484E1 is #FB7B1E. Grayscale: #676767. Windows color (decimal): -16481055 or 14779396. OLE color: 14779396.

HSL color Cylindrical-coordinate representation of color #0484E1: hue angle of 205.25º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0484E1 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4132225-
CMYK0.980.4100.12
HSL205.25º96.51%44.9%-
HSV(B)205.25º98.22%88.24%-
XYZ21.8921.9674.32-
YUV104.33196.0956.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.11%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 225 (88.28% from 255) = 62.33%
R=1.11%
G=36.57%
B=62.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal41322250.980.4100.12205.2596.5144.9
Hex484E162290Ccd612d
Octal42043411425101431514155
Binary1001000010011100001110001010100101100110011011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0484E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0484E1; }

 p { color: rgb(4,132,225); }

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

<style>
 a { background-color: #0484E1; }

 a { background-color: rgb(4,132,225); }

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

<style>
 span { border-color: #0484E1; }

 span { border-color: rgb(4,132,225); }

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