#0272BF

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

Shades of Navy Blue #0272BF

Tints of Navy Blue #0272BF

Color information

#0272BF (or 0x0272BF) is unknown color: approx Navy Blue. HEX triplet: 02, 72 and BF. RGB value is (2,114,191). Sum of RGB (Red+Green+Blue) = 2+114+191=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 114 (44.92% from 255 or 37.13% 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 #0272BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272BF is #FD8D40. Grayscale: #585858. Windows color (decimal): -16616769 or 12546562. OLE color: 12546562.

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

Color convert

RGB2114191-
CMYK0.990.4000.25
HSL204.44º97.93%37.84%-
HSV(B)204.44º98.95%74.9%-
XYZ15.4515.8151.53-
YUV89.29185.3965.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 191 (75% from 255) = 62.21%
R=0.65%
G=37.13%
B=62.21%

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
Decimal21141910.990.4000.25204.4497.9337.84
Hex272BF6328019cc6226
Octal21622771435003131414246
Binary101110010101111111100011101000011001110011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0272BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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