#045fdd

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

Shades of Navy Blue #045FDD

Tints of Navy Blue #045FDD

Color information

#045FDD (or 0x045FDD) is unknown color: approx Navy Blue. HEX triplet: 04, 5F and DD. RGB value is (4,95,221). Sum of RGB (Red+Green+Blue) = 4+95+221=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #045FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FDD is #FBA022. Grayscale: #515151. Windows color (decimal): -16490531 or 14507780. OLE color: 14507780.

HSL color Cylindrical-coordinate representation of color #045FDD: hue angle of 214.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FDD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB495221-
CMYK0.980.5700.13
HSL214.84º96.44%44.12%-
HSV(B)214.84º98.19%86.67%-
XYZ17.1913.4370.09-
YUV82.16206.3572.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.25%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 221 (86.72% from 255) = 69.06%
R=1.25%
G=29.69%
B=69.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4952210.980.5700.13214.8496.4444.12
Hex45FDD62390Dd7602c
Octal41373351427101532714054
Binary100101111111011101110001011100101101110101111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045fdd; }

 p { color: rgb(4,95,221); }

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

<style>
 a { background-color: #045fdd; }

 a { background-color: rgb(4,95,221); }

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

<style>
 span { border-color: #045fdd; }

 span { border-color: rgb(4,95,221); }

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