#006BDA

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

Shades of Navy Blue #006BDA

Tints of Navy Blue #006BDA

Color information

#006BDA (or 0x006BDA) is unknown color: approx Navy Blue. HEX triplet: 00, 6B and DA. RGB value is (0,107,218). Sum of RGB (Red+Green+Blue) = 0+107+218=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #006BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BDA is #FF9425. Grayscale: #575757. Windows color (decimal): -16749606 or 14314240. OLE color: 14314240.

HSL color Cylindrical-coordinate representation of color #006BDA: hue angle of 210.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BDA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB0107218-
CMYK10.5100.15
HSL210.55º100%42.75%-
HSV(B)210.55º100%85.49%-
XYZ17.9115.5868.39-
YUV87.66201.5565.47-

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) = 32.92%
BLUE value IS 218 (85.55% from 255) = 67.08%
R=0%
G=32.92%
B=67.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal010721810.5100.15210.5510042.75
Hex06BDA64330Fd3642b
Octal01533321446301732314453
Binary0110101111011010110010011001101111110100111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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