#0451DD

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

Shades of Navy Blue #0451DD

Tints of Navy Blue #0451DD

Color information

#0451DD (or 0x0451DD) is unknown color: approx Navy Blue. HEX triplet: 04, 51 and DD. RGB value is (4,81,221). Sum of RGB (Red+Green+Blue) = 4+81+221=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #0451DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0451DD is #FBAE22. Grayscale: #494949. Windows color (decimal): -16494115 or 14504196. OLE color: 14504196.

HSL color Cylindrical-coordinate representation of color #0451DD: hue angle of 218.71º 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 #0451DD is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB481221-
CMYK0.980.6300.13
HSL218.71º96.44%44.12%-
HSV(B)218.71º98.19%86.67%-
XYZ16.0411.1369.71-
YUV73.94210.9978.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 221 (86.72% from 255) = 72.22%
R=1.31%
G=26.47%
B=72.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4812210.980.6300.13218.7196.4444.12
Hex451DD623F0Ddb602c
Octal41213351427701533314054
Binary100101000111011101110001011111101101110110111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0451DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0451DD; }

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

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

<style>
 a { background-color: #0451DD; }

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

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

<style>
 span { border-color: #0451DD; }

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

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