#0276BE

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

Shades of Navy Blue #0276BE

Tints of Navy Blue #0276BE

Color information

#0276BE (or 0x0276BE) is unknown color: approx Navy Blue. HEX triplet: 02, 76 and BE. RGB value is (2,118,190). Sum of RGB (Red+Green+Blue) = 2+118+190=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #0276BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276BE is #FD8941. Grayscale: #5B5B5B. Windows color (decimal): -16615746 or 12482050. OLE color: 12482050.

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

Color convert

RGB2118190-
CMYK0.990.3800.25
HSL202.98º97.92%37.65%-
HSV(B)202.98º98.95%74.51%-
XYZ15.816.6951.1-
YUV91.52183.5764.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=0.65%
G=38.06%
B=61.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21181900.990.3800.25202.9897.9237.65
Hex276BE6326019cb6226
Octal21662761434603131314246
Binary101110110101111101100011100110011001110010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0276BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0276BE; }

 p { color: rgb(2,118,190); }

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

<style>
 a { background-color: #0276BE; }

 a { background-color: rgb(2,118,190); }

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

<style>
 span { border-color: #0276BE; }

 span { border-color: rgb(2,118,190); }

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