#0074dd

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

Shades of Navy Blue #0074DD

Tints of Navy Blue #0074DD

Color information

#0074DD (or 0x0074DD) is unknown color: approx Navy Blue. HEX triplet: 00, 74 and DD. RGB value is (0,116,221). Sum of RGB (Red+Green+Blue) = 0+116+221=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #0074DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074DD is #FF8B22. Grayscale: #5C5C5C. Windows color (decimal): -16747299 or 14513152. OLE color: 14513152.

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

Color convert

RGB0116221-
CMYK10.4800.13
HSL208.51º100%43.33%-
HSV(B)208.51º100%86.67%-
XYZ19.317.7170.81-
YUV93.29200.0761.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 221 (86.72% from 255) = 65.58%
R=0%
G=34.42%
B=65.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal011622110.4800.13208.5110043.33
Hex074DD64300Dd1642b
Octal01643351446001532114453
Binary0111010011011101110010011000001101110100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0074dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0074dd; }

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

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

<style>
 a { background-color: #0074dd; }

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

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

<style>
 span { border-color: #0074dd; }

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

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