#0043D3

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

Shades of Navy Blue #0043D3

Tints of Navy Blue #0043D3

Color information

#0043D3 (or 0x0043D3) is unknown color: approx Navy Blue. HEX triplet: 00, 43 and D3. RGB value is (0,67,211). Sum of RGB (Red+Green+Blue) = 0+67+211=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 211 (82.81% from 255 or 75.90% from 278); Max value from RGB is 211 - color contains mainly: blue. Hex color #0043D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0043D3 is #FFBC2C. Grayscale: #3E3E3E. Windows color (decimal): -16759853 or 13845248. OLE color: 13845248.

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

Color convert

RGB067211-
CMYK10.6800.17
HSL220.95º100%41.37%-
HSV(B)220.95º100%82.75%-
XYZ13.778.7262.59-
YUV63.38211.382.79-

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.10%
BLUE value IS 211 (82.81% from 255) = 75.90%
R=0%
G=24.10%
B=75.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal06721110.6800.17220.9510041.37
Hex043D36444011dd6429
Octal010332314410402133514451
Binary010000111101001111001001000100010001110111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0043D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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