#0262EF

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

Shades of Navy Blue #0262EF

Tints of Navy Blue #0262EF

Color information

#0262EF (or 0x0262EF) is unknown color: approx Navy Blue. HEX triplet: 02, 62 and EF. RGB value is (2,98,239). Sum of RGB (Red+Green+Blue) = 2+98+239=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #0262EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0262EF is #FD9D10. Grayscale: #545454. Windows color (decimal): -16620817 or 15688194. OLE color: 15688194.

HSL color Cylindrical-coordinate representation of color #0262EF: hue angle of 215.7º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262EF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB298239-
CMYK0.990.5900.06
HSL215.7º98.34%47.25%-
HSV(B)215.7º99.16%93.73%-
XYZ19.9714.9883.5-
YUV85.37214.768.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 239 (93.75% from 255) = 70.50%
R=0.59%
G=28.91%
B=70.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2982390.990.5900.06215.798.3447.25
Hex262EF633B06d8622f
Octal2142357143730633014257
Binary1011000101110111111000111110110110110110001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0262EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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