#0451F1

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

Shades of Navy Blue #0451F1

Tints of Navy Blue #0451F1

Color information

#0451F1 (or 0x0451F1) is unknown color: approx Navy Blue. HEX triplet: 04, 51 and F1. RGB value is (4,81,241). Sum of RGB (Red+Green+Blue) = 4+81+241=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #0451F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0451F1 is #FBAE0E. Grayscale: #4B4B4B. Windows color (decimal): -16494095 or 15814916. OLE color: 15814916.

HSL color Cylindrical-coordinate representation of color #0451F1: hue angle of 220.51º 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 #0451F1 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB481241-
CMYK0.980.6600.05
HSL220.51º96.73%48.04%-
HSV(B)220.51º98.34%94.51%-
XYZ18.8712.2684.59-
YUV76.22220.9976.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 241 (94.53% from 255) = 73.93%
R=1.23%
G=24.85%
B=73.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4812410.980.6600.05220.5196.7348.04
Hex451F1624205dd6130
Octal41213611421020533514160
Binary100101000111110001110001010000100101110111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0451F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0451F1; }

 p { color: rgb(4,81,241); }

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

<style>
 a { background-color: #0451F1; }

 a { background-color: rgb(4,81,241); }

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

<style>
 span { border-color: #0451F1; }

 span { border-color: rgb(4,81,241); }

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