#0273BF

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

Shades of Navy Blue #0273BF

Tints of Navy Blue #0273BF

Color information

#0273BF (or 0x0273BF) is unknown color: approx Navy Blue. HEX triplet: 02, 73 and BF. RGB value is (2,115,191). Sum of RGB (Red+Green+Blue) = 2+115+191=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #0273BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273BF is #FD8C40. Grayscale: #595959. Windows color (decimal): -16616513 or 12546818. OLE color: 12546818.

HSL color Cylindrical-coordinate representation of color #0273BF: hue angle of 204.13º degrees, saturation: 0.98, 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 #0273BF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2115191-
CMYK0.990.4000.25
HSL204.13º97.93%37.84%-
HSV(B)204.13º98.95%74.9%-
XYZ15.5616.0451.57-
YUV89.88185.0665.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 191 (75% from 255) = 62.01%
R=0.65%
G=37.34%
B=62.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21151910.990.4000.25204.1397.9337.84
Hex273BF6328019cc6226
Octal21632771435003131414246
Binary101110011101111111100011101000011001110011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0273BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,115,191); }

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

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

 a { background-color: rgb(2,115,191); }

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

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

 span { border-color: rgb(2,115,191); }

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