#0066F0

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

Shades of Navy Blue #0066F0

Tints of Navy Blue #0066F0

Color information

#0066F0 (or 0x0066F0) is unknown color: approx Navy Blue. HEX triplet: 00, 66 and F0. RGB value is (0,102,240). Sum of RGB (Red+Green+Blue) = 0+102+240=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 240 (94.14% from 255 or 70.18% from 342); Max value from RGB is 240 - color contains mainly: blue. Hex color #0066F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0066F0 is #FF990F. Grayscale: #565656. Windows color (decimal): -16750864 or 15754752. OLE color: 15754752.

HSL color Cylindrical-coordinate representation of color #0066F0: hue angle of 214.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066F0 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB0102240-
CMYK10.5800.06
HSL214.5º100%47.06%-
HSV(B)214.5º100%94.12%-
XYZ20.4815.7984.41-
YUV87.23214.2165.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 240 (94.14% from 255) = 70.18%
R=0%
G=29.82%
B=70.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal010224010.5800.06214.510047.06
Hex066F0643A06d6642f
Octal0146360144720632614457
Binary011001101111000011001001110100110110101101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0066F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0066F0; }

 p { color: rgb(0,102,240); }

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

<style>
 a { background-color: #0066F0; }

 a { background-color: rgb(0,102,240); }

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

<style>
 span { border-color: #0066F0; }

 span { border-color: rgb(0,102,240); }

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