#006DF2

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

Shades of Navy Blue #006DF2

Tints of Navy Blue #006DF2

Color information

#006DF2 (or 0x006DF2) is unknown color: approx Navy Blue. HEX triplet: 00, 6D and F2. RGB value is (0,109,242). Sum of RGB (Red+Green+Blue) = 0+109+242=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #006DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DF2 is #FF920D. Grayscale: #5A5A5A. Windows color (decimal): -16749070 or 15887616. OLE color: 15887616.

HSL color Cylindrical-coordinate representation of color #006DF2: hue angle of 212.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DF2 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB0109242-
CMYK10.5500.05
HSL212.98º100%47.45%-
HSV(B)212.98º100%94.9%-
XYZ21.517.3586.22-
YUV91.57212.8962.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 242 (94.92% from 255) = 68.95%
R=0%
G=31.05%
B=68.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal010924210.5500.05212.9810047.45
Hex06DF2643705d5642f
Octal0155362144670532514457
Binary011011011111001011001001101110101110101011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,109,242); }

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

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

 a { background-color: rgb(0,109,242); }

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

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

 span { border-color: rgb(0,109,242); }

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