#0454E0

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

Shades of Navy Blue #0454E0

Tints of Navy Blue #0454E0

Color information

#0454E0 (or 0x0454E0) is unknown color: approx Navy Blue. HEX triplet: 04, 54 and E0. RGB value is (4,84,224). Sum of RGB (Red+Green+Blue) = 4+84+224=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #0454E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0454E0 is #FBAB1F. Grayscale: #4B4B4B. Windows color (decimal): -16493344 or 14701572. OLE color: 14701572.

HSL color Cylindrical-coordinate representation of color #0454E0: hue angle of 218.18º degrees, saturation: 0.96, 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 #0454E0 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB484224-
CMYK0.980.6200.12
HSL218.18º96.49%44.71%-
HSV(B)218.18º98.21%87.84%-
XYZ16.6711.7571.91-
YUV76.04211.576.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 224 (87.89% from 255) = 71.79%
R=1.28%
G=26.92%
B=71.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4842240.980.6200.12218.1896.4944.71
Hex454E0623E0Cda602d
Octal41243401427601433214055
Binary100101010011100000110001011111001100110110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0454E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0454E0; }

 p { color: rgb(4,84,224); }

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

<style>
 a { background-color: #0454E0; }

 a { background-color: rgb(4,84,224); }

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

<style>
 span { border-color: #0454E0; }

 span { border-color: rgb(4,84,224); }

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