#0078F0

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

Shades of Navy Blue #0078F0

Tints of Navy Blue #0078F0

Color information

#0078F0 (or 0x0078F0) is unknown color: approx Navy Blue. HEX triplet: 00, 78 and F0. RGB value is (0,120,240). Sum of RGB (Red+Green+Blue) = 0+120+240=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 240 (94.14% from 255 or 66.67% from 360); Max value from RGB is 240 - color contains mainly: blue. Hex color #0078F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078F0 is #FF870F. Grayscale: #616161. Windows color (decimal): -16746256 or 15759360. OLE color: 15759360.

HSL color Cylindrical-coordinate representation of color #0078F0: hue angle of 210º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078F0 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB0120240-
CMYK10.500.06
HSL210º100%47.06%-
HSV(B)210º100%94.12%-
XYZ22.4419.7285.06-
YUV97.8208.2458.24-

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) = 33.33%
BLUE value IS 240 (94.14% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal012024010.500.0621010047.06
Hex078F0643206d2642f
Octal0170360144620632214457
Binary011110001111000011001001100100110110100101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0078F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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