#0066FF

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

Shades of Navy Blue #0066FF

Tints of Navy Blue #0066FF

Color information

#0066FF (or 0x0066FF) is unknown color: approx Navy Blue. HEX triplet: 00, 66 and FF. RGB value is (0,102,255). Sum of RGB (Red+Green+Blue) = 0+102+255=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0066FF is a web safe color. Inversed color of #0066FF is #FF9900. Grayscale: #585858. Windows color (decimal): -16750849 or 16737792. OLE color: 16737792.

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

Color convert

RGB0102255-
CMYK10.600
HSL216º100%50%-
HSV(B)216º100%100%-
XYZ22.816.7296.63-
YUV88.94221.7164.56-

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) = 28.57%
BLUE value IS 255 (100% from 255) = 71.43%
R=0%
G=28.57%
B=71.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal010225510.60021610050
Hex066FF643C00d86432
Octal0146377144740033014462
Binary0110011011111111110010011110000110110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0066FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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