#0041DB

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

Shades of Navy Blue #0041DB

Tints of Navy Blue #0041DB

Color information

#0041DB (or 0x0041DB) is unknown color: approx Navy Blue. HEX triplet: 00, 41 and DB. RGB value is (0,65,219). Sum of RGB (Red+Green+Blue) = 0+65+219=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #0041DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041DB is #FFBE24. Grayscale: #3E3E3E. Windows color (decimal): -16760357 or 14369024. OLE color: 14369024.

HSL color Cylindrical-coordinate representation of color #0041DB: hue angle of 222.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041DB is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB065219-
CMYK10.7000.14
HSL222.19º100%42.94%-
HSV(B)222.19º100%85.88%-
XYZ14.688.967.96-
YUV63.12215.9782.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 219 (85.94% from 255) = 77.11%
R=0%
G=22.89%
B=77.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal06521910.7000.14222.1910042.94
Hex041DB64460Ede642b
Octal010133314410601633614453
Binary01000001110110111100100100011001110110111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0041DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0041DB; }

 p { color: rgb(0,65,219); }

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

<style>
 a { background-color: #0041DB; }

 a { background-color: rgb(0,65,219); }

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

<style>
 span { border-color: #0041DB; }

 span { border-color: rgb(0,65,219); }

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