#0262F7

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

Shades of Navy Blue #0262F7

Tints of Navy Blue #0262F7

Color information

#0262F7 (or 0x0262F7) is unknown color: approx Navy Blue. HEX triplet: 02, 62 and F7. RGB value is (2,98,247). Sum of RGB (Red+Green+Blue) = 2+98+247=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 247 (96.88% from 255 or 71.18% from 347); Max value from RGB is 247 - color contains mainly: blue. Hex color #0262F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0262F7 is #FD9D08. Grayscale: #555555. Windows color (decimal): -16620809 or 16212482. OLE color: 16212482.

HSL color Cylindrical-coordinate representation of color #0262F7: hue angle of 216.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262F7 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB298247-
CMYK0.990.6000.03
HSL216.49º98.39%48.82%-
HSV(B)216.49º99.19%96.86%-
XYZ21.1815.4689.86-
YUV86.28218.767.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 247 (96.88% from 255) = 71.18%
R=0.58%
G=28.24%
B=71.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2982470.990.6000.03216.4998.3948.82
Hex262F7633C03d86231
Octal2142367143740333014261
Binary101100010111101111100011111100011110110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0262F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0262F7; }

 p { color: rgb(2,98,247); }

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

<style>
 a { background-color: #0262F7; }

 a { background-color: rgb(2,98,247); }

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

<style>
 span { border-color: #0262F7; }

 span { border-color: rgb(2,98,247); }

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