#0443F2

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

Shades of Navy Blue #0443F2

Tints of Navy Blue #0443F2

Color information

#0443F2 (or 0x0443F2) is unknown color: approx Navy Blue. HEX triplet: 04, 43 and F2. RGB value is (4,67,242). Sum of RGB (Red+Green+Blue) = 4+67+242=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 242 (94.92% from 255 or 77.32% from 313); Max value from RGB is 242 - color contains mainly: blue. Hex color #0443F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0443F2 is #FBBC0D. Grayscale: #434343. Windows color (decimal): -16497678 or 15876868. OLE color: 15876868.

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

Color convert

RGB467242-
CMYK0.980.7200.05
HSL224.12º96.75%48.24%-
HSV(B)224.12º98.35%94.9%-
XYZ18.0810.4585.07-
YUV68.11226.1382.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 242 (94.92% from 255) = 77.32%
R=1.28%
G=21.41%
B=77.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4672420.980.7200.05224.1296.7548.24
Hex443F2624805e06130
Octal41033621421100534014160
Binary100100001111110010110001010010000101111000001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0443F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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