#0264EF

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

Shades of Navy Blue #0264EF

Tints of Navy Blue #0264EF

Color information

#0264EF (or 0x0264EF) is unknown color: approx Navy Blue. HEX triplet: 02, 64 and EF. RGB value is (2,100,239). Sum of RGB (Red+Green+Blue) = 2+100+239=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #0264EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0264EF is #FD9B10. Grayscale: #555555. Windows color (decimal): -16620305 or 15688706. OLE color: 15688706.

HSL color Cylindrical-coordinate representation of color #0264EF: hue angle of 215.19º 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 #0264EF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2100239-
CMYK0.990.5800.06
HSL215.19º98.34%47.25%-
HSV(B)215.19º99.16%93.73%-
XYZ20.1615.3683.56-
YUV86.54214.0367.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 239 (93.75% from 255) = 70.09%
R=0.59%
G=29.33%
B=70.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21002390.990.5800.06215.1998.3447.25
Hex264EF633A06d7622f
Octal2144357143720632714257
Binary1011001001110111111000111110100110110101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0264EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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