#0276C8

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

Shades of Navy Blue #0276C8

Tints of Navy Blue #0276C8

Color information

#0276C8 (or 0x0276C8) is unknown color: approx Navy Blue. HEX triplet: 02, 76 and C8. RGB value is (2,118,200). Sum of RGB (Red+Green+Blue) = 2+118+200=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 200 (78.52% from 255 or 62.5% from 320); Max value from RGB is 200 - color contains mainly: blue. Hex color #0276C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0276C8 is #FD8937. Grayscale: #5C5C5C. Windows color (decimal): -16615736 or 13137410. OLE color: 13137410.

HSL color Cylindrical-coordinate representation of color #0276C8: hue angle of 204.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276C8 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2118200-
CMYK0.990.4100.22
HSL204.85º98.02%39.61%-
HSV(B)204.85º99%78.43%-
XYZ16.9317.1457.06-
YUV92.66188.5763.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 200 (78.52% from 255) = 62.5%
R=0.62%
G=36.88%
B=62.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21182000.990.4100.22204.8598.0239.61
Hex276C86329016cd6228
Octal21663101435102631514250
Binary101110110110010001100011101001010110110011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0276C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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