#006BD1

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

Shades of Navy Blue #006BD1

Tints of Navy Blue #006BD1

Color information

#006BD1 (or 0x006BD1) is unknown color: approx Navy Blue. HEX triplet: 00, 6B and D1. RGB value is (0,107,209). Sum of RGB (Red+Green+Blue) = 0+107+209=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #006BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BD1 is #FF942E. Grayscale: #565656. Windows color (decimal): -16749615 or 13724416. OLE color: 13724416.

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

Color convert

RGB0107209-
CMYK10.4900.18
HSL209.28º100%40.98%-
HSV(B)209.28º100%81.96%-
XYZ16.7715.1262.36-
YUV86.64197.0566.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 209 (82.03% from 255) = 66.14%
R=0%
G=33.86%
B=66.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal010720910.4900.18209.2810040.98
Hex06BD16431012d16429
Octal01533211446102232114451
Binary01101011110100011100100110001010010110100011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,107,209); }

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

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

 a { background-color: rgb(0,107,209); }

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

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

 span { border-color: rgb(0,107,209); }

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