#0276E8

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

Shades of Navy Blue #0276E8

Tints of Navy Blue #0276E8

Color information

#0276E8 (or 0x0276E8) is unknown color: approx Navy Blue. HEX triplet: 02, 76 and E8. RGB value is (2,118,232). Sum of RGB (Red+Green+Blue) = 2+118+232=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #0276E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0276E8 is #FD8917. Grayscale: #5F5F5F. Windows color (decimal): -16615704 or 15234562. OLE color: 15234562.

HSL color Cylindrical-coordinate representation of color #0276E8: hue angle of 209.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276E8 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2118232-
CMYK0.990.4900.09
HSL209.74º98.29%45.88%-
HSV(B)209.74º99.14%90.98%-
XYZ21.0718.878.86-
YUV96.31204.5760.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 232 (91.02% from 255) = 65.91%
R=0.57%
G=33.52%
B=65.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal21182320.990.4900.09209.7498.2945.88
Hex276E8633109d2622e
Octal21663501436101132214256
Binary10111011011101000110001111000101001110100101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0276E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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