#006DF9

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

Shades of Navy Blue #006DF9

Tints of Navy Blue #006DF9

Color information

#006DF9 (or 0x006DF9) is unknown color: approx Navy Blue. HEX triplet: 00, 6D and F9. RGB value is (0,109,249). Sum of RGB (Red+Green+Blue) = 0+109+249=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #006DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DF9 is #FF9206. Grayscale: #5B5B5B. Windows color (decimal): -16749063 or 16346368. OLE color: 16346368.

HSL color Cylindrical-coordinate representation of color #006DF9: hue angle of 213.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DF9 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0109249-
CMYK10.5600.02
HSL213.73º100%48.82%-
HSV(B)213.73º100%97.65%-
XYZ22.5717.7891.86-
YUV92.37216.3962.12-

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) = 30.45%
BLUE value IS 249 (97.66% from 255) = 69.55%
R=0%
G=30.45%
B=69.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal010924910.5600.02213.7310048.82
Hex06DF9643802d66431
Octal0155371144700232614461
Binary01101101111110011100100111000010110101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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