#0078BF

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

Shades of Navy Blue #0078BF

Tints of Navy Blue #0078BF

Color information

#0078BF (or 0x0078BF) is unknown color: approx Navy Blue. HEX triplet: 00, 78 and BF. RGB value is (0,120,191). Sum of RGB (Red+Green+Blue) = 0+120+191=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #0078BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078BF is #FF8740. Grayscale: #5B5B5B. Windows color (decimal): -16746305 or 12548096. OLE color: 12548096.

HSL color Cylindrical-coordinate representation of color #0078BF: hue angle of 202.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078BF is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0120191-
CMYK10.3700.25
HSL202.3º100%37.45%-
HSV(B)202.3º100%74.9%-
XYZ16.1217.1951.76-
YUV92.21183.7462.23-

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) = 38.59%
BLUE value IS 191 (75% from 255) = 61.41%
R=0%
G=38.59%
B=61.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012019110.3700.25202.310037.45
Hex078BF6425019ca6425
Octal01702771444503131214445
Binary01111000101111111100100100101011001110010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0078BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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