#0074BF

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

Shades of Navy Blue #0074BF

Tints of Navy Blue #0074BF

Color information

#0074BF (or 0x0074BF) is unknown color: approx Navy Blue. HEX triplet: 00, 74 and BF. RGB value is (0,116,191). Sum of RGB (Red+Green+Blue) = 0+116+191=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #0074BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074BF is #FF8B40. Grayscale: #595959. Windows color (decimal): -16747329 or 12547072. OLE color: 12547072.

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

Color convert

RGB0116191-
CMYK10.3900.25
HSL203.56º100%37.45%-
HSV(B)203.56º100%74.9%-
XYZ15.6516.2551.6-
YUV89.87185.0763.9-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal011619110.3900.25203.5610037.45
Hex074BF6427019cc6425
Octal01642771444703131414445
Binary01110100101111111100100100111011001110011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0074BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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