#006FED

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

Shades of Navy Blue #006FED

Tints of Navy Blue #006FED

Color information

#006FED (or 0x006FED) is unknown color: approx Navy Blue. HEX triplet: 00, 6F and ED. RGB value is (0,111,237). Sum of RGB (Red+Green+Blue) = 0+111+237=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #006FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FED is #FF9012. Grayscale: #5B5B5B. Windows color (decimal): -16748563 or 15560448. OLE color: 15560448.

HSL color Cylindrical-coordinate representation of color #006FED: hue angle of 211.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FED is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB0111237-
CMYK10.5300.07
HSL211.9º100%46.47%-
HSV(B)211.9º100%92.94%-
XYZ20.9717.4882.39-
YUV92.18209.7362.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 237 (92.97% from 255) = 68.10%
R=0%
G=31.90%
B=68.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal011123710.5300.07211.910046.47
Hex06FED643507d4642e
Octal0157355144650732414456
Binary011011111110110111001001101010111110101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006FED; }

 p { color: rgb(0,111,237); }

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

<style>
 a { background-color: #006FED; }

 a { background-color: rgb(0,111,237); }

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

<style>
 span { border-color: #006FED; }

 span { border-color: rgb(0,111,237); }

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