#0042DD

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

Shades of Navy Blue #0042DD

Tints of Navy Blue #0042DD

Color information

#0042DD (or 0x0042DD) is unknown color: approx Navy Blue. HEX triplet: 00, 42 and DD. RGB value is (0,66,221). Sum of RGB (Red+Green+Blue) = 0+66+221=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #0042DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0042DD is #FFBD22. Grayscale: #3F3F3F. Windows color (decimal): -16760099 or 14500352. OLE color: 14500352.

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

Color convert

RGB066221-
CMYK10.7000.13
HSL222.08º100%43.33%-
HSV(B)222.08º100%86.67%-
XYZ159.1269.38-
YUV63.94216.6382.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 221 (86.72% from 255) = 77.00%
R=0%
G=23.00%
B=77.00%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal06622110.7000.13222.0810043.33
Hex042DD64460Dde642b
Octal010233514410601533614453
Binary01000010110111011100100100011001101110111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0042DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,66,221); }

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

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

 a { background-color: rgb(0,66,221); }

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

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

 span { border-color: rgb(0,66,221); }

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