#0043D1

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

Shades of Navy Blue #0043D1

Tints of Navy Blue #0043D1

Color information

#0043D1 (or 0x0043D1) is unknown color: approx Navy Blue. HEX triplet: 00, 43 and D1. RGB value is (0,67,209). Sum of RGB (Red+Green+Blue) = 0+67+209=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 209 (82.03% from 255 or 75.72% from 276); Max value from RGB is 209 - color contains mainly: blue. Hex color #0043D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0043D1 is #FFBC2E. Grayscale: #3E3E3E. Windows color (decimal): -16759855 or 13714176. OLE color: 13714176.

HSL color Cylindrical-coordinate representation of color #0043D1: hue angle of 220.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0043D1 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB067209-
CMYK10.6800.18
HSL220.77º100%40.98%-
HSV(B)220.77º100%81.96%-
XYZ13.528.6261.27-
YUV63.16210.382.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 209 (82.03% from 255) = 75.72%
R=0%
G=24.28%
B=75.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal06720910.6800.18220.7710040.98
Hex043D16444012dd6429
Octal010332114410402233514451
Binary010000111101000111001001000100010010110111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0043D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0043D1; }

 p { color: rgb(0,67,209); }

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

<style>
 a { background-color: #0043D1; }

 a { background-color: rgb(0,67,209); }

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

<style>
 span { border-color: #0043D1; }

 span { border-color: rgb(0,67,209); }

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