#0054BF

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

Shades of Navy Blue #0054BF

Tints of Navy Blue #0054BF

Color information

#0054BF (or 0x0054BF) is unknown color: approx Navy Blue. HEX triplet: 00, 54 and BF. RGB value is (0,84,191). Sum of RGB (Red+Green+Blue) = 0+84+191=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #0054BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054BF is #FFAB40. Grayscale: #464646. Windows color (decimal): -16755521 or 12538880. OLE color: 12538880.

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

Color convert

RGB084191-
CMYK10.5600.25
HSL213.61º100%37.45%-
HSV(B)213.61º100%74.9%-
XYZ12.5710.150.58-
YUV71.08195.6777.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 191 (75% from 255) = 69.45%
R=0%
G=30.55%
B=69.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal08419110.5600.25213.6110037.45
Hex054BF6438019d66425
Octal01242771447003132614445
Binary01010100101111111100100111000011001110101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0054BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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