#0454F2

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

Shades of Navy Blue #0454F2

Tints of Navy Blue #0454F2

Color information

#0454F2 (or 0x0454F2) is unknown color: approx Navy Blue. HEX triplet: 04, 54 and F2. RGB value is (4,84,242). Sum of RGB (Red+Green+Blue) = 4+84+242=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 242 (94.92% from 255 or 73.33% from 330); Max value from RGB is 242 - color contains mainly: blue. Hex color #0454F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0454F2 is #FBAB0D. Grayscale: #4D4D4D. Windows color (decimal): -16493326 or 15881220. OLE color: 15881220.

HSL color Cylindrical-coordinate representation of color #0454F2: hue angle of 219.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454F2 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB484242-
CMYK0.980.6500.05
HSL219.83º96.75%48.24%-
HSV(B)219.83º98.35%94.9%-
XYZ19.2512.7885.46-
YUV78.09220.575.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 242 (94.92% from 255) = 73.33%
R=1.21%
G=25.45%
B=73.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4842420.980.6500.05219.8396.7548.24
Hex454F2624105dc6130
Octal41243621421010533414160
Binary100101010011110010110001010000010101110111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0454F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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