#0154BF

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

Shades of Navy Blue #0154BF

Tints of Navy Blue #0154BF

Color information

#0154BF (or 0x0154BF) is unknown color: approx Navy Blue. HEX triplet: 01, 54 and BF. RGB value is (1,84,191). Sum of RGB (Red+Green+Blue) = 1+84+191=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #0154BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0154BF is #FEAB40. Grayscale: #464646. Windows color (decimal): -16689985 or 12538881. OLE color: 12538881.

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

Color convert

RGB184191-
CMYK0.990.5600.25
HSL213.79º98.96%37.65%-
HSV(B)213.79º99.48%74.9%-
XYZ12.5910.1150.58-
YUV71.38195.577.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 191 (75% from 255) = 69.20%
R=0.36%
G=30.43%
B=69.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841910.990.5600.25213.7998.9637.65
Hex154BF6338019d66326
Octal11242771437003132614346
Binary11010100101111111100011111000011001110101101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0154BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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