#0442F1

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

Shades of Navy Blue #0442F1

Tints of Navy Blue #0442F1

Color information

#0442F1 (or 0x0442F1) is unknown color: approx Navy Blue. HEX triplet: 04, 42 and F1. RGB value is (4,66,241). Sum of RGB (Red+Green+Blue) = 4+66+241=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #0442F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0442F1 is #FBBD0E. Grayscale: #424242. Windows color (decimal): -16497935 or 15811076. OLE color: 15811076.

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

Color convert

RGB466241-
CMYK0.980.7300.05
HSL224.3º96.73%48.04%-
HSV(B)224.3º98.34%94.51%-
XYZ17.8810.2784.26-
YUV67.41225.9682.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 241 (94.53% from 255) = 77.49%
R=1.29%
G=21.22%
B=77.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4662410.980.7300.05224.396.7348.04
Hex442F1624905e06130
Octal41023611421110534014160
Binary100100001011110001110001010010010101111000001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0442F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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