#0078DD

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

Shades of Navy Blue #0078DD

Tints of Navy Blue #0078DD

Color information

#0078DD (or 0x0078DD) is unknown color: approx Navy Blue. HEX triplet: 00, 78 and DD. RGB value is (0,120,221). Sum of RGB (Red+Green+Blue) = 0+120+221=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #0078DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078DD is #FF8722. Grayscale: #5F5F5F. Windows color (decimal): -16746275 or 14514176. OLE color: 14514176.

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

Color convert

RGB0120221-
CMYK10.4600.13
HSL207.42º100%43.33%-
HSV(B)207.42º100%86.67%-
XYZ19.7718.6570.97-
YUV95.63198.7459.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 221 (86.72% from 255) = 64.81%
R=0%
G=35.19%
B=64.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal012022110.4600.13207.4210043.33
Hex078DD642E0Dcf642b
Octal01703351445601531714453
Binary0111100011011101110010010111001101110011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0078DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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